#BB5548

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

Shades of Sunset #BB5548

Tints of Sunset #BB5548

Color information

#BB5548 (or 0xBB5548) is unknown color: approx Sunset. HEX triplet: BB, 55 and 48. RGB value is (187,85,72). Sum of RGB (Red+Green+Blue) = 187+85+72=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 85 (33.59% from 255 or 24.71% from 344); Blue value is 72 (28.52% from 255 or 20.93% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5548 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5548 is #44AAB7. Grayscale: #727272. Windows color (decimal): -4500152 or 4740539. OLE color: 4740539.

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

Color convert

RGB1878572-
CMYK00.550.610.27
HSL6.78º45.82%50.78%-
HSV(B)6.78º61.5%73.33%-
XYZ24.9117.538.2-
YUV114.02104.29180.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.36%
GREEN value IS 85 (33.59% from 255) = 24.71%
BLUE value IS 72 (28.52% from 255) = 20.93%
R=54.36%
G=24.71%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187857200.550.610.276.7845.8250.78
HexBB55480373D1B72e33
Octal273125110067753375663
Binary1011101110101011001000011011111110111011111101110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5548; }

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

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

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

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

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

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

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

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