#BB554D

Color #BB554D Sunset (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunset #BB554D

Tints of Sunset #BB554D

Color information

#BB554D (or 0xBB554D) is unknown color: approx Sunset. HEX triplet: BB, 55 and 4D. RGB value is (187,85,77). Sum of RGB (Red+Green+Blue) = 187+85+77=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 77 (30.47% from 255 or 22.06% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB554D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB554D is #44AAB2. Grayscale: #727272. Windows color (decimal): -4500147 or 5068219. OLE color: 5068219.

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

Color convert

RGB1878577-
CMYK00.550.590.27
HSL4.36º44.72%51.76%-
HSV(B)4.36º58.82%73.33%-
XYZ25.0817.69.1-
YUV114.59106.79179.65-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.58%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 77 (30.47% from 255) = 22.06%
R=53.58%
G=24.36%
B=22.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187857700.550.590.274.3644.7251.76
HexBB554D0373B1B42d34
Octal273125115067733345564
Binary1011101110101011001101011011111101111011100101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB554D; }

 p { color: rgb(187,85,77); }

 H1.HeaderClassName
 {
   color: #BB554D;
 }
 .AnyTagClassName
 {
   color: #BB554D;
 }
</style>
background-color css

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

 a { background-color: rgb(187,85,77); }

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

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

 span { border-color: rgb(187,85,77); }

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