#BF514C

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

Shades of Sunset #BF514C

Tints of Sunset #BF514C

Color information

#BF514C (or 0xBF514C) is unknown color: approx Sunset. HEX triplet: BF, 51 and 4C. RGB value is (191,81,76). Sum of RGB (Red+Green+Blue) = 191+81+76=348 (46% of max value = 765). Red value is 191 (75% from 255 or 54.89% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 76 (30.08% from 255 or 21.84% from 348); Max value from RGB is 191 - color contains mainly: red. Hex color #BF514C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BF514C is #40AEB3. Grayscale: #717171. Windows color (decimal): -4239028 or 5001663. OLE color: 5001663.

HSL color Cylindrical-coordinate representation of color #BF514C: hue angle of 2.61º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BF514C is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB1918176-
CMYK00.580.600.25
HSL2.61º47.33%52.35%-
HSV(B)2.61º60.21%74.9%-
XYZ25.7317.488.86-
YUV113.32106.94183.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 54.89%
GREEN value IS 81 (32.03% from 255) = 23.28%
BLUE value IS 76 (30.08% from 255) = 21.84%
R=54.89%
G=23.28%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191817600.580.600.252.6147.3352.35
HexBF514C03A3C1932f34
Octal277121114072743135764
Binary101111111010001100110001110101111001100111101111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF514C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF514C; }

 p { color: rgb(191,81,76); }

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

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

 a { background-color: rgb(191,81,76); }

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

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

 span { border-color: rgb(191,81,76); }

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