Html Css Color HEX #BD6D51 Red Damask

📋 copy color: '#BD6D51'

red 189 ◦ green 109 ◦ blue 81

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

Shades of Red Damask #BD6D51

Tints of Red Damask #BD6D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.37%

R = 49.87%
G = 28.76%
B = 21.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD6D51 (or 0xBD6D51) is known color: Red Damask. HEX triplet: BD, 6D and 51. RGB value is (189,109,81). Sum of RGB (Red+Green+Blue) = 189+109+81=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 81 (32.03% from 255 or 21.37% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6D51 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6D51 is #4292AE. Grayscale: #818181. Windows color (decimal): -4362927 or 5336509. OLE color: 5336509.

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

Color convert

RGB 189 109 81 -
CMYK 0 0.42 0.57 0.26
HSL 15.56º 0.45% 0.53% -
HSV(B) 15.56º 0.57% 0.74% -
XYZ 27.94 22.35 10.63 -
YUV 129.73 100.5 170.28 -
System Red Green Blue C M Y K H S L
Decimal 189 109 81 0 0.42 0.57 0.26 15.56 0.45 0.53
Hex BD 6D 51 0 2A 39 1A 10 2D 35
Octal 275 155 121 0 52 71 32 20 55 65
Binary 10111101 1101101 1010001 0 101010 111001 11010 10000 101101 110101

Color Harmonies of #BD6D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6D51

Black with #BD6D51

Text Example


Text Example

White with #BD6D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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