Html Css Color HEX #BD7955 Red Damask

📋 copy color: '#BD7955'

red 189 ◦ green 121 ◦ blue 85

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

Shades of Red Damask #BD7955

Tints of Red Damask #BD7955

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.63%

 BLUE value IS 85 (33.59% from 255) = 21.52%

R = 47.85%
G = 30.63%
B = 21.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD7955 (or 0xBD7955) is known color: Red Damask. HEX triplet: BD, 79 and 55. RGB value is (189,121,85). Sum of RGB (Red+Green+Blue) = 189+121+85=395 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.85% from 395); Green value is 121 (47.66% from 255 or 30.63% from 395); Blue value is 85 (33.59% from 255 or 21.52% from 395); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7955 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7955 is #4286AA. Grayscale: #898989. Windows color (decimal): -4359851 or 5601725. OLE color: 5601725.

HSL color Cylindrical-coordinate representation of color #BD7955: hue angle of 20.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BD7955 is Cyan = 0, Magento = 0.36, Yellow = 0.55 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 121 85 -
CMYK 0 0.36 0.55 0.26
HSL 20.77º 0.44% 0.54% -
HSV(B) 20.77º 0.55% 0.74% -
XYZ 29.46 25.15 11.9 -
YUV 137.23 98.53 164.93 -
System Red Green Blue C M Y K H S L
Decimal 189 121 85 0 0.36 0.55 0.26 20.77 0.44 0.54
Hex BD 79 55 0 24 37 1A 15 2C 36
Octal 275 171 125 0 44 67 32 25 54 66
Binary 10111101 1111001 1010101 0 100100 110111 11010 10101 101100 110110

Color Harmonies of #BD7955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7955

Black with #BD7955

Text Example


Text Example

White with #BD7955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7955; }

 p { color: rgb(189,121,85); }

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

background-color css

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

 a { background-color: rgb(189,121,85); }

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

border-color css

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

 span { border-color: rgb(189,121,85); }

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