Html Css Color HEX #BB7551 Red Damask

📋 copy color: '#BB7551'

red 187 ◦ green 117 ◦ blue 81

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

Shades of Red Damask #BB7551

Tints of Red Damask #BB7551

RGB

 RED value IS 187 (73.44% from 255) = 48.57%

 GREEN value IS 117 (46.09% from 255) = 30.39%

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

R = 48.57%
G = 30.39%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB7551 (or 0xBB7551) is known color: Red Damask. HEX triplet: BB, 75 and 51. RGB value is (187,117,81). Sum of RGB (Red+Green+Blue) = 187+117+81=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 117 (46.09% from 255 or 30.39% from 385); Blue value is 81 (32.03% from 255 or 21.04% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7551 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7551 is #448AAE. Grayscale: #868686. Windows color (decimal): -4491951 or 5338555. OLE color: 5338555.

HSL color Cylindrical-coordinate representation of color #BB7551: hue angle of 20.38º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BB7551 is Cyan = 0, Magento = 0.37, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 117 81 -
CMYK 0 0.37 0.57 0.27
HSL 20.38º 0.44% 0.53% -
HSV(B) 20.38º 0.57% 0.73% -
XYZ 28.34 23.88 10.9 -
YUV 133.83 98.19 165.93 -
System Red Green Blue C M Y K H S L
Decimal 187 117 81 0 0.37 0.57 0.27 20.38 0.44 0.53
Hex BB 75 51 0 25 39 1B 14 2C 35
Octal 273 165 121 0 45 71 33 24 54 65
Binary 10111011 1110101 1010001 0 100101 111001 11011 10100 101100 110101

Color Harmonies of #BB7551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7551

Black with #BB7551

Text Example


Text Example

White with #BB7551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7551; }

 p { color: rgb(187,117,81); }

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

background-color css

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

 a { background-color: rgb(187,117,81); }

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

border-color css

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

 span { border-color: rgb(187,117,81); }

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