#BB524C

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

Shades of Sunset #BB524C

Tints of Sunset #BB524C

Color information

#BB524C (or 0xBB524C) is unknown color: approx Sunset. HEX triplet: BB, 52 and 4C. RGB value is (187,82,76). Sum of RGB (Red+Green+Blue) = 187+82+76=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 82 (32.42% from 255 or 23.77% from 345); Blue value is 76 (30.08% from 255 or 22.03% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB524C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB524C is #44ADB3. Grayscale: #707070. Windows color (decimal): -4500916 or 5001915. OLE color: 5001915.

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

Color convert

RGB1878276-
CMYK00.560.590.27
HSL3.24º44.94%51.57%-
HSV(B)3.24º59.36%73.33%-
XYZ24.8217.128.83-
YUV112.71107.29180.99-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 54.20%
GREEN value IS 82 (32.42% from 255) = 23.77%
BLUE value IS 76 (30.08% from 255) = 22.03%
R=54.20%
G=23.77%
B=22.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.59
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187827600.560.590.273.2444.9451.57
HexBB524C0383B1B32d34
Octal273122114070733335564
Binary101110111010010100110001110001110111101111101101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB524C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB524C; }

 p { color: rgb(187,82,76); }

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

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

 a { background-color: rgb(187,82,76); }

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

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

 span { border-color: rgb(187,82,76); }

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