#BF5346

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

Shades of Sunset #BF5346

Tints of Sunset #BF5346

Color information

#BF5346 (or 0xBF5346) is unknown color: approx Sunset. HEX triplet: BF, 53 and 46. RGB value is (191,83,70). Sum of RGB (Red+Green+Blue) = 191+83+70=344 (45% of max value = 765). Red value is 191 (75% from 255 or 55.52% from 344); Green value is 83 (32.81% from 255 or 24.13% from 344); Blue value is 70 (27.73% from 255 or 20.35% from 344); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5346 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF5346 is #40ACB9. Grayscale: #717171. Windows color (decimal): -4238522 or 4608959. OLE color: 4608959.

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

Color convert

RGB1918370-
CMYK00.570.630.25
HSL6.45º48.59%51.18%-
HSV(B)6.45º63.35%74.9%-
XYZ25.6817.717.86-
YUV113.81103.28183.06-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 55.52%
GREEN value IS 83 (32.81% from 255) = 24.13%
BLUE value IS 70 (27.73% from 255) = 20.35%
R=55.52%
G=24.13%
B=20.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191837000.570.630.256.4548.5951.18
HexBF53460393F1963133
Octal277123106071773166163
Binary1011111110100111000110011100111111111001110110001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5346; }

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

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

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

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

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

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

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

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