Html Css Color HEX #BD7250 Red Damask

📋 copy color: '#BD7250'

red 189 ◦ green 114 ◦ blue 80

#BD7250
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Red Damask #BD7250

Tints of Red Damask #BD7250

RGB

 RED value IS 189 (74.22% from 255) = 49.35%

 GREEN value IS 114 (44.92% from 255) = 29.77%

 BLUE value IS 80 (31.64% from 255) = 20.89%

R = 49.35%
G = 29.77%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD7250 (or 0xBD7250) is known color: Red Damask. HEX triplet: BD, 72 and 50. RGB value is (189,114,80). Sum of RGB (Red+Green+Blue) = 189+114+80=383 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.35% from 383); Green value is 114 (44.92% from 255 or 29.77% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7250 is #428DAF. Grayscale: #848484. Windows color (decimal): -4361648 or 5272253. OLE color: 5272253.

HSL color Cylindrical-coordinate representation of color #BD7250: hue angle of 18.72º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BD7250 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 114 80 -
CMYK 0 0.40 0.58 0.26
HSL 18.72º 0.45% 0.53% -
HSV(B) 18.72º 0.58% 0.74% -
XYZ 28.45 23.43 10.61 -
YUV 132.55 98.35 168.26 -
System Red Green Blue C M Y K H S L
Decimal 189 114 80 0 0.40 0.58 0.26 18.72 0.45 0.53
Hex BD 72 50 0 28 3A 1A 13 2D 35
Octal 275 162 120 0 50 72 32 23 55 65
Binary 10111101 1110010 1010000 0 101000 111010 11010 10011 101101 110101

Color Harmonies of #BD7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7250

Black with #BD7250

Text Example


Text Example

White with #BD7250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7250; }

 p { color: rgb(189,114,80); }

 H1.HeaderClassName
 {
   color: #BD7250;
 }
 .AnyTagClassName
 {
   color: #BD7250;
 }
</style>

background-color css

<style>
 a { background-color: #BD7250; }

 a { background-color: rgb(189,114,80); }

 div.DivClassName
 {
   background-color: #BD7250;
 }
 .BgClassName
 {
   background-color: #BD7250;
 }
</style>

border-color css

<style>
 span { border-color: #BD7250; }

 span { border-color: rgb(189,114,80); }

 td.TdClassName
 {
   border-color: #BD7250;
 }
 .TagClassName
 {
   border-color: #BD7250;
 }
</style>