Html Css Color HEX #BD6B48 Red Damask

📋 copy color: '#BD6B48'

red 189 ◦ green 107 ◦ blue 72

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

Shades of Red Damask #BD6B48

Tints of Red Damask #BD6B48

RGB

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

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

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

R = 51.36%
G = 29.08%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BD6B48 (or 0xBD6B48) is known color: Red Damask. HEX triplet: BD, 6B and 48. RGB value is (189,107,72). Sum of RGB (Red+Green+Blue) = 189+107+72=368 (48% of max value = 765). Red value is 189 (74.22% from 255 or 51.36% from 368); Green value is 107 (42.19% from 255 or 29.08% from 368); Blue value is 72 (28.52% from 255 or 19.57% from 368); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6B48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6B48 is #4294B7. Grayscale: #7F7F7F. Windows color (decimal): -4363448 or 4746173. OLE color: 4746173.

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

Color convert

RGB 189 107 72 -
CMYK 0 0.43 0.62 0.26
HSL 17.95º 0.47% 0.51% -
HSV(B) 17.95º 0.62% 0.74% -
XYZ 27.41 21.8 8.89 -
YUV 127.53 96.67 171.85 -
System Red Green Blue C M Y K H S L
Decimal 189 107 72 0 0.43 0.62 0.26 17.95 0.47 0.51
Hex BD 6B 48 0 2B 3E 1A 12 2F 33
Octal 275 153 110 0 53 76 32 22 57 63
Binary 10111101 1101011 1001000 0 101011 111110 11010 10010 101111 110011

Color Harmonies of #BD6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6B48

Black with #BD6B48

Text Example


Text Example

White with #BD6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6B48; }

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

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

background-color css

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

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

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

border-color css

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

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

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