#BB524E

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

Shades of Sunset #BB524E

Tints of Sunset #BB524E

Color information

#BB524E (or 0xBB524E) is unknown color: approx Sunset. HEX triplet: BB, 52 and 4E. RGB value is (187,82,78). Sum of RGB (Red+Green+Blue) = 187+82+78=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 82 (32.42% from 255 or 23.63% from 347); Blue value is 78 (30.86% from 255 or 22.48% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB524E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB524E is #44ADB1. Grayscale: #717171. Windows color (decimal): -4500914 or 5132987. OLE color: 5132987.

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

Color convert

RGB1878278-
CMYK00.560.580.27
HSL2.2º44.49%51.96%-
HSV(B)2.2º58.29%73.33%-
XYZ24.8917.159.21-
YUV112.94108.29180.83-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 53.89%
GREEN value IS 82 (32.42% from 255) = 23.63%
BLUE value IS 78 (30.86% from 255) = 22.48%
R=53.89%
G=23.63%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187827800.560.580.272.244.4951.96
HexBB524E0383A1B22c34
Octal273122116070723325464
Binary101110111010010100111001110001110101101110101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB524E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB524E; }

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

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

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

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

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

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

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

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