Html Css Color HEX #BD7249 Red Damask

📋 copy color: '#BD7249'

red 189 ◦ green 114 ◦ blue 73

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

Shades of Red Damask #BD7249

Tints of Red Damask #BD7249

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 19.41%

R = 50.27%
G = 30.32%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BD7249 (or 0xBD7249) is known color: Red Damask. HEX triplet: BD, 72 and 49. RGB value is (189,114,73). Sum of RGB (Red+Green+Blue) = 189+114+73=376 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.27% from 376); Green value is 114 (44.92% from 255 or 30.32% from 376); Blue value is 73 (28.91% from 255 or 19.41% from 376); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7249 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD7249 is #428DB6. Grayscale: #838383. Windows color (decimal): -4361655 or 4813501. OLE color: 4813501.

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

Color convert

RGB 189 114 73 -
CMYK 0 0.40 0.61 0.26
HSL 21.21º 0.47% 0.51% -
HSV(B) 21.21º 0.61% 0.74% -
XYZ 28.21 23.33 9.32 -
YUV 131.75 94.85 168.83 -
System Red Green Blue C M Y K H S L
Decimal 189 114 73 0 0.40 0.61 0.26 21.21 0.47 0.51
Hex BD 72 49 0 28 3D 1A 15 2F 33
Octal 275 162 111 0 50 75 32 25 57 63
Binary 10111101 1110010 1001001 0 101000 111101 11010 10101 101111 110011

Color Harmonies of #BD7249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7249

Black with #BD7249

Text Example


Text Example

White with #BD7249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7249; }

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

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

background-color css

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

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

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

border-color css

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

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

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