#BB5750

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

Shades of Sunset #BB5750

Tints of Sunset #BB5750

Color information

#BB5750 (or 0xBB5750) is unknown color: approx Sunset. HEX triplet: BB, 57 and 50. RGB value is (187,87,80). Sum of RGB (Red+Green+Blue) = 187+87+80=354 (46% of max value = 765). Red value is 187 (73.44% from 255 or 52.82% from 354); Green value is 87 (34.38% from 255 or 24.58% from 354); Blue value is 80 (31.64% from 255 or 22.60% from 354); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5750 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5750 is #44A8AF. Grayscale: #747474. Windows color (decimal): -4499632 or 5265339. OLE color: 5265339.

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

Color convert

RGB1878780-
CMYK00.530.570.27
HSL3.93º44.03%52.35%-
HSV(B)3.93º57.22%73.33%-
XYZ25.3517.969.72-
YUV116.1107.63178.57-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 52.82%
GREEN value IS 87 (34.38% from 255) = 24.58%
BLUE value IS 80 (31.64% from 255) = 22.60%
R=52.82%
G=24.58%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal187878000.530.570.273.9344.0352.35
HexBB5750035391B42c34
Octal273127120065713345464
Binary1011101110101111010000011010111100111011100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB5750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB5750; }

 p { color: rgb(187,87,80); }

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

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

 a { background-color: rgb(187,87,80); }

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

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

 span { border-color: rgb(187,87,80); }

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