Html Css Color HEX #BD6C52 Red Damask

📋 copy color: '#BD6C52'

red 189 ◦ green 108 ◦ blue 82

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

Shades of Red Damask #BD6C52

Tints of Red Damask #BD6C52

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.5%

 BLUE value IS 82 (32.42% from 255) = 21.64%

R = 49.87%
G = 28.5%
B = 21.64%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BD6C52 (or 0xBD6C52) is known color: Red Damask. HEX triplet: BD, 6C and 52. RGB value is (189,108,82). Sum of RGB (Red+Green+Blue) = 189+108+82=379 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.87% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 82 (32.42% from 255 or 21.64% from 379); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C52 is #4293AD. Grayscale: #818181. Windows color (decimal): -4363182 or 5401789. OLE color: 5401789.

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

Color convert

RGB 189 108 82 -
CMYK 0 0.43 0.57 0.26
HSL 14.58º 0.45% 0.53% -
HSV(B) 14.58º 0.57% 0.74% -
XYZ 27.87 22.15 10.79 -
YUV 129.26 101.34 170.61 -
System Red Green Blue C M Y K H S L
Decimal 189 108 82 0 0.43 0.57 0.26 14.58 0.45 0.53
Hex BD 6C 52 0 2B 39 1A F 2D 35
Octal 275 154 122 0 53 71 32 17 55 65
Binary 10111101 1101100 1010010 0 101011 111001 11010 1111 101101 110101

Color Harmonies of #BD6C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C52

Black with #BD6C52

Text Example


Text Example

White with #BD6C52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C52; }

 p { color: rgb(189,108,82); }

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

background-color css

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

 a { background-color: rgb(189,108,82); }

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

border-color css

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

 span { border-color: rgb(189,108,82); }

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