Html Css Color HEX #BD6D46 Red Damask

📋 copy color: '#BD6D46'

red 189 ◦ green 109 ◦ blue 70

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

Shades of Red Damask #BD6D46

Tints of Red Damask #BD6D46

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.62%

 BLUE value IS 70 (27.73% from 255) = 19.02%

R = 51.36%
G = 29.62%
B = 19.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6D46 (or 0xBD6D46) is known color: Red Damask. HEX triplet: BD, 6D and 46. RGB value is (189,109,70). Sum of RGB (Red+Green+Blue) = 189+109+70=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 109 (42.97% from 255 or 29.62% from 368); Blue value is 70 (27.73% from 255 or 19.02% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6D46 is #4292B9. Grayscale: #808080. Windows color (decimal): -4362938 or 4615613. OLE color: 4615613.

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

Color convert

RGB 189 109 70 -
CMYK 0 0.42 0.63 0.26
HSL 19.66º 0.47% 0.51% -
HSV(B) 19.66º 0.63% 0.74% -
XYZ 27.56 22.2 8.63 -
YUV 128.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 189 109 70 0 0.42 0.63 0.26 19.66 0.47 0.51
Hex BD 6D 46 0 2A 3F 1A 14 2F 33
Octal 275 155 106 0 52 77 32 24 57 63
Binary 10111101 1101101 1000110 0 101010 111111 11010 10100 101111 110011

Color Harmonies of #BD6D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D46

Black with #BD6D46

Text Example


Text Example

White with #BD6D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D46; }

 p { color: rgb(189,109,70); }

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

background-color css

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

 a { background-color: rgb(189,109,70); }

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

border-color css

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

 span { border-color: rgb(189,109,70); }

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