Html Css Color HEX #BD6E48 Red Damask

📋 copy color: '#BD6E48'

red 189 ◦ green 110 ◦ blue 72

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

Shades of Red Damask #BD6E48

Tints of Red Damask #BD6E48

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 72 (28.52% from 255) = 19.41%

R = 50.94%
G = 29.65%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6E48 (or 0xBD6E48) is known color: Red Damask. HEX triplet: BD, 6E and 48. RGB value is (189,110,72). Sum of RGB (Red+Green+Blue) = 189+110+72=371 (49% of max value = 765). Red value is 189 (74.22% from 255 or 50.94% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 72 (28.52% from 255 or 19.41% from 371); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E48 is #4291B7. Grayscale: #818181. Windows color (decimal): -4362680 or 4746941. OLE color: 4746941.

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

Color convert

RGB 189 110 72 -
CMYK 0 0.42 0.62 0.26
HSL 19.49º 0.47% 0.51% -
HSV(B) 19.49º 0.62% 0.74% -
XYZ 27.73 22.44 9 -
YUV 129.29 95.67 170.59 -
System Red Green Blue C M Y K H S L
Decimal 189 110 72 0 0.42 0.62 0.26 19.49 0.47 0.51
Hex BD 6E 48 0 2A 3E 1A 13 2F 33
Octal 275 156 110 0 52 76 32 23 57 63
Binary 10111101 1101110 1001000 0 101010 111110 11010 10011 101111 110011

Color Harmonies of #BD6E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E48

Black with #BD6E48

Text Example


Text Example

White with #BD6E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E48; }

 p { color: rgb(189,110,72); }

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

background-color css

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

 a { background-color: rgb(189,110,72); }

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

border-color css

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

 span { border-color: rgb(189,110,72); }

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