Html Css Color HEX #BB7151 Red Damask

📋 copy color: '#BB7151'

red 187 ◦ green 113 ◦ blue 81

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

Shades of Red Damask #BB7151

Tints of Red Damask #BB7151

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.66%

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

R = 49.08%
G = 29.66%
B = 21.26%

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

#BB7151 (or 0xBB7151) is known color: Red Damask. HEX triplet: BB, 71 and 51. RGB value is (187,113,81). Sum of RGB (Red+Green+Blue) = 187+113+81=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 113 (44.53% from 255 or 29.66% from 381); Blue value is 81 (32.03% from 255 or 21.26% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7151 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7151 is #448EAE. Grayscale: #838383. Windows color (decimal): -4492975 or 5337531. OLE color: 5337531.

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

Color convert

RGB 187 113 81 -
CMYK 0 0.40 0.57 0.27
HSL 18.11º 0.44% 0.53% -
HSV(B) 18.11º 0.57% 0.73% -
XYZ 27.88 22.97 10.75 -
YUV 131.48 99.52 167.6 -
System Red Green Blue C M Y K H S L
Decimal 187 113 81 0 0.40 0.57 0.27 18.11 0.44 0.53
Hex BB 71 51 0 28 39 1B 12 2C 35
Octal 273 161 121 0 50 71 33 22 54 65
Binary 10111011 1110001 1010001 0 101000 111001 11011 10010 101100 110101

Color Harmonies of #BB7151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7151

Black with #BB7151

Text Example


Text Example

White with #BB7151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7151; }

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

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

background-color css

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

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

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

border-color css

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

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

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