#B9554F

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

Shades of Sunset #B9554F

Tints of Sunset #B9554F

Color information

#B9554F (or 0xB9554F) is unknown color: approx Sunset. HEX triplet: B9, 55 and 4F. RGB value is (185,85,79). Sum of RGB (Red+Green+Blue) = 185+85+79=349 (46% of max value = 765). Red value is 185 (72.66% from 255 or 53.01% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 79 (31.25% from 255 or 22.64% from 349); Max value from RGB is 185 - color contains mainly: red. Hex color #B9554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B9554F is #46AAB0. Grayscale: #727272. Windows color (decimal): -4631217 or 5199289. OLE color: 5199289.

HSL color Cylindrical-coordinate representation of color #B9554F: hue angle of 3.4º degrees, saturation: 0.43, 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 #B9554F is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.27.

Color convert

RGB1858579-
CMYK00.540.570.27
HSL3.4º43.09%51.76%-
HSV(B)3.4º57.3%72.55%-
XYZ24.6717.389.45-
YUV114.22108.13178.49-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 53.01%
GREEN value IS 85 (33.59% from 255) = 24.36%
BLUE value IS 79 (31.25% from 255) = 22.64%
R=53.01%
G=24.36%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185857900.540.570.273.443.0951.76
HexB9554F036391B32b34
Octal271125117066713335364
Binary101110011010101100111101101101110011101111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9554F; }

 p { color: rgb(185,85,79); }

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

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

 a { background-color: rgb(185,85,79); }

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

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

 span { border-color: rgb(185,85,79); }

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