Html Css Color HEX #BD6C53 Red Damask

📋 copy color: '#BD6C53'

red 189 ◦ green 108 ◦ blue 83

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

Shades of Red Damask #BD6C53

Tints of Red Damask #BD6C53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 49.74%
G = 28.42%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BD6C53 (or 0xBD6C53) is known color: Red Damask. HEX triplet: BD, 6C and 53. RGB value is (189,108,83). Sum of RGB (Red+Green+Blue) = 189+108+83=380 (50% of max value = 765). Red value is 189 (74.22% from 255 or 49.74% from 380); Green value is 108 (42.58% from 255 or 28.42% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6C53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD6C53 is #4293AC. Grayscale: #818181. Windows color (decimal): -4363181 or 5467325. OLE color: 5467325.

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

Color convert

RGB 189 108 83 -
CMYK 0 0.43 0.56 0.26
HSL 14.15º 0.45% 0.53% -
HSV(B) 14.15º 0.56% 0.74% -
XYZ 27.91 22.17 10.99 -
YUV 129.37 101.84 170.53 -
System Red Green Blue C M Y K H S L
Decimal 189 108 83 0 0.43 0.56 0.26 14.15 0.45 0.53
Hex BD 6C 53 0 2B 38 1A E 2D 35
Octal 275 154 123 0 53 70 32 16 55 65
Binary 10111101 1101100 1010011 0 101011 111000 11010 1110 101101 110101

Color Harmonies of #BD6C53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD6C53

Black with #BD6C53

Text Example


Text Example

White with #BD6C53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD6C53; }

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

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

background-color css

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

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

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

border-color css

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

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

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