Html Css Color HEX #BB7154 Red Damask

📋 copy color: '#BB7154'

red 187 ◦ green 113 ◦ blue 84

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

Shades of Red Damask #BB7154

Tints of Red Damask #BB7154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.88%

R = 48.7%
G = 29.43%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB7154 (or 0xBB7154) is known color: Red Damask. HEX triplet: BB, 71 and 54. RGB value is (187,113,84). Sum of RGB (Red+Green+Blue) = 187+113+84=384 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.70% from 384); Green value is 113 (44.53% from 255 or 29.43% from 384); Blue value is 84 (33.20% from 255 or 21.88% from 384); Max value from RGB is 187 - color contains mainly: red. Hex color #BB7154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB7154 is #448EAB. Grayscale: #848484. Windows color (decimal): -4492972 or 5534139. OLE color: 5534139.

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

Color convert

RGB 187 113 84 -
CMYK 0 0.40 0.55 0.27
HSL 16.89º 0.43% 0.53% -
HSV(B) 16.89º 0.55% 0.73% -
XYZ 28 23.02 11.35 -
YUV 131.82 101.02 167.36 -
System Red Green Blue C M Y K H S L
Decimal 187 113 84 0 0.40 0.55 0.27 16.89 0.43 0.53
Hex BB 71 54 0 28 37 1B 11 2B 35
Octal 273 161 124 0 50 67 33 21 53 65
Binary 10111011 1110001 1010100 0 101000 110111 11011 10001 101011 110101

Color Harmonies of #BB7154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB7154

Black with #BB7154

Text Example


Text Example

White with #BB7154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB7154; }

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

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

background-color css

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

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

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

border-color css

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

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

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