Html Css Color HEX #BD6B45 Red Damask

📋 copy color: '#BD6B45'

red 189 ◦ green 107 ◦ blue 69

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

Shades of Red Damask #BD6B45

Tints of Red Damask #BD6B45

RGB

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

 GREEN value IS 107 (42.19% from 255) = 29.32%

 BLUE value IS 69 (27.34% from 255) = 18.9%

R = 51.78%
G = 29.32%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BD6B45 (or 0xBD6B45) is known color: Red Damask. HEX triplet: BD, 6B and 45. RGB value is (189,107,69). Sum of RGB (Red+Green+Blue) = 189+107+69=365 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.78% from 365); Green value is 107 (42.19% from 255 or 29.32% from 365); Blue value is 69 (27.34% from 255 or 18.90% from 365); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B45 is #4294BA. Grayscale: #7F7F7F. Windows color (decimal): -4363451 or 4549565. OLE color: 4549565.

HSL color Cylindrical-coordinate representation of color #BD6B45: hue angle of 19º degrees, saturation: 0.48, 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 #BD6B45 is Cyan = 0, Magento = 0.43, Yellow = 0.63 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 107 69 -
CMYK 0 0.43 0.63 0.26
HSL 19º 0.48% 0.51% -
HSV(B) 19º 0.63% 0.74% -
XYZ 27.32 21.76 8.39 -
YUV 127.19 95.17 172.09 -
System Red Green Blue C M Y K H S L
Decimal 189 107 69 0 0.43 0.63 0.26 19 0.48 0.51
Hex BD 6B 45 0 2B 3F 1A 13 30 33
Octal 275 153 105 0 53 77 32 23 60 63
Binary 10111101 1101011 1000101 0 101011 111111 11010 10011 110000 110011

Color Harmonies of #BD6B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B45

Black with #BD6B45

Text Example


Text Example

White with #BD6B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B45; }

 p { color: rgb(189,107,69); }

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

background-color css

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

 a { background-color: rgb(189,107,69); }

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

border-color css

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

 span { border-color: rgb(189,107,69); }

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