Html Css Color HEX #BD6E47 Red Damask

📋 copy color: '#BD6E47'

red 189 ◦ green 110 ◦ blue 71

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

Shades of Red Damask #BD6E47

Tints of Red Damask #BD6E47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 19.19%

R = 51.08%
G = 29.73%
B = 19.19%

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

#BD6E47 (or 0xBD6E47) is known color: Red Damask. HEX triplet: BD, 6E and 47. RGB value is (189,110,71). Sum of RGB (Red+Green+Blue) = 189+110+71=370 (49% of max value = 765). Red value is 189 (74.22% from 255 or 51.08% from 370); Green value is 110 (43.36% from 255 or 29.73% from 370); Blue value is 71 (28.12% from 255 or 19.19% from 370); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6E47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6E47 is #4291B8. Grayscale: #818181. Windows color (decimal): -4362681 or 4681405. OLE color: 4681405.

HSL color Cylindrical-coordinate representation of color #BD6E47: hue angle of 19.83º 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 #BD6E47 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 110 71 -
CMYK 0 0.42 0.62 0.26
HSL 19.83º 0.47% 0.51% -
HSV(B) 19.83º 0.62% 0.74% -
XYZ 27.7 22.43 8.83 -
YUV 129.18 95.17 170.67 -
System Red Green Blue C M Y K H S L
Decimal 189 110 71 0 0.42 0.62 0.26 19.83 0.47 0.51
Hex BD 6E 47 0 2A 3E 1A 14 2F 33
Octal 275 156 107 0 52 76 32 24 57 63
Binary 10111101 1101110 1000111 0 101010 111110 11010 10100 101111 110011

Color Harmonies of #BD6E47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6E47

Black with #BD6E47

Text Example


Text Example

White with #BD6E47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6E47; }

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

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

background-color css

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

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

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

border-color css

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

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

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