#BF554F

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

Shades of Sunset #BF554F

Tints of Sunset #BF554F

Color information

#BF554F (or 0xBF554F) is unknown color: approx Sunset. HEX triplet: BF, 55 and 4F. RGB value is (191,85,79). Sum of RGB (Red+Green+Blue) = 191+85+79=355 (47% of max value = 765). Red value is 191 (75% from 255 or 53.80% from 355); Green value is 85 (33.59% from 255 or 23.94% from 355); Blue value is 79 (31.25% from 255 or 22.25% from 355); Max value from RGB is 191 - color contains mainly: red. Hex color #BF554F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF554F is #40AAB0. Grayscale: #747474. Windows color (decimal): -4238001 or 5199295. OLE color: 5199295.

HSL color Cylindrical-coordinate representation of color #BF554F: hue angle of 3.21º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BF554F is Cyan = 0, Magento = 0.55, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB1918579-
CMYK00.550.590.25
HSL3.21º46.67%52.94%-
HSV(B)3.21º58.64%74.9%-
XYZ26.1518.149.52-
YUV116.01107.12181.49-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 53.80%
GREEN value IS 85 (33.59% from 255) = 23.94%
BLUE value IS 79 (31.25% from 255) = 22.25%
R=53.80%
G=23.94%
B=22.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191857900.550.590.253.2146.6752.94
HexBF554F0373B1932f35
Octal277125117067733135765
Binary101111111010101100111101101111110111100111101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF554F; }

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

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

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

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

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

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

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

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