Html Css Color HEX #BB7051 Red Damask

📋 copy color: '#BB7051'

red 187 ◦ green 112 ◦ blue 81

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

Shades of Red Damask #BB7051

Tints of Red Damask #BB7051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.47%

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

R = 49.21%
G = 29.47%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB7051 (or 0xBB7051) is known color: Red Damask. HEX triplet: BB, 70 and 51. RGB value is (187,112,81). Sum of RGB (Red+Green+Blue) = 187+112+81=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 112 (44.14% from 255 or 29.47% from 380); Blue value is 81 (32.03% from 255 or 21.32% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7051 is #448FAE. Grayscale: #838383. Windows color (decimal): -4493231 or 5337275. OLE color: 5337275.

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

Color convert

RGB 187 112 81 -
CMYK 0 0.40 0.57 0.27
HSL 17.55º 0.44% 0.53% -
HSV(B) 17.55º 0.57% 0.73% -
XYZ 27.77 22.75 10.71 -
YUV 130.89 99.85 168.02 -
System Red Green Blue C M Y K H S L
Decimal 187 112 81 0 0.40 0.57 0.27 17.55 0.44 0.53
Hex BB 70 51 0 28 39 1B 12 2C 35
Octal 273 160 121 0 50 71 33 22 54 65
Binary 10111011 1110000 1010001 0 101000 111001 11011 10010 101100 110101

Color Harmonies of #BB7051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7051

Black with #BB7051

Text Example


Text Example

White with #BB7051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7051; }

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

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

background-color css

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

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

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

border-color css

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

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

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