Html Css Color HEX #BD7B55 Red Damask

📋 copy color: '#BD7B55'

red 189 ◦ green 123 ◦ blue 85

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

Shades of Red Damask #BD7B55

Tints of Red Damask #BD7B55

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.98%

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

R = 47.61%
G = 30.98%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BD7B55 (or 0xBD7B55) is known color: Red Damask. HEX triplet: BD, 7B and 55. RGB value is (189,123,85). Sum of RGB (Red+Green+Blue) = 189+123+85=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 123 (48.44% from 255 or 30.98% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BD7B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BD7B55 is #4284AA. Grayscale: #8A8A8A. Windows color (decimal): -4359339 or 5602237. OLE color: 5602237.

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

Color convert

RGB 189 123 85 -
CMYK 0 0.35 0.55 0.26
HSL 21.92º 0.44% 0.54% -
HSV(B) 21.92º 0.55% 0.74% -
XYZ 29.71 25.64 11.98 -
YUV 138.4 97.87 164.09 -
System Red Green Blue C M Y K H S L
Decimal 189 123 85 0 0.35 0.55 0.26 21.92 0.44 0.54
Hex BD 7B 55 0 23 37 1A 16 2C 36
Octal 275 173 125 0 43 67 32 26 54 66
Binary 10111101 1111011 1010101 0 100011 110111 11010 10110 101100 110110

Color Harmonies of #BD7B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD7B55

Black with #BD7B55

Text Example


Text Example

White with #BD7B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD7B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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