#BF554B

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

Shades of Sunset #BF554B

Tints of Sunset #BF554B

Color information

#BF554B (or 0xBF554B) is unknown color: approx Sunset. HEX triplet: BF, 55 and 4B. RGB value is (191,85,75). Sum of RGB (Red+Green+Blue) = 191+85+75=351 (46% of max value = 765). Red value is 191 (75% from 255 or 54.42% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 191 - color contains mainly: red. Hex color #BF554B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF554B is #40AAB4. Grayscale: #737373. Windows color (decimal): -4238005 or 4937151. OLE color: 4937151.

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

Color convert

RGB1918575-
CMYK00.550.610.25
HSL5.17º47.54%52.16%-
HSV(B)5.17º60.73%74.9%-
XYZ2618.088.78-
YUV115.55105.12181.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.42%
GREEN value IS 85 (33.59% from 255) = 24.22%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=54.42%
G=24.22%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191857500.550.610.255.1747.5452.16
HexBF554B0373D1953034
Octal277125113067753156064
Binary1011111110101011001011011011111110111001101110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF554B; }

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

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

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

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

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

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

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

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