#BF5348

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

Shades of Sunset #BF5348

Tints of Sunset #BF5348

Color information

#BF5348 (or 0xBF5348) is unknown color: approx Sunset. HEX triplet: BF, 53 and 48. RGB value is (191,83,72). Sum of RGB (Red+Green+Blue) = 191+83+72=346 (45% of max value = 765). Red value is 191 (75% from 255 or 55.20% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 72 (28.52% from 255 or 20.81% from 346); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5348 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5348 is #40ACB7. Grayscale: #727272. Windows color (decimal): -4238520 or 4740031. OLE color: 4740031.

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

Color convert

RGB1918372-
CMYK00.570.620.25
HSL5.55º48.18%51.57%-
HSV(B)5.55º62.3%74.9%-
XYZ25.7517.738.2-
YUV114.04104.28182.89-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.20%
GREEN value IS 83 (32.81% from 255) = 23.99%
BLUE value IS 72 (28.52% from 255) = 20.81%
R=55.20%
G=23.99%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191837200.570.620.255.5548.1851.57
HexBF53480393E1963034
Octal277123110071763166064
Binary1011111110100111001000011100111111011001110110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5348; }

 p { color: rgb(191,83,72); }

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

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

 a { background-color: rgb(191,83,72); }

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

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

 span { border-color: rgb(191,83,72); }

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