#BF5F53

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

Shades of Sunglo #BF5F53

Tints of Sunglo #BF5F53

Color information

#BF5F53 (or 0xBF5F53) is unknown color: approx Sunglo. HEX triplet: BF, 5F and 53. RGB value is (191,95,83). Sum of RGB (Red+Green+Blue) = 191+95+83=369 (48% of max value = 765). Red value is 191 (75% from 255 or 51.76% from 369); Green value is 95 (37.5% from 255 or 25.75% from 369); Blue value is 83 (32.81% from 255 or 22.49% from 369); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F53 is #40A0AC. Grayscale: #7A7A7A. Windows color (decimal): -4235437 or 5463999. OLE color: 5463999.

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

Color convert

RGB1919583-
CMYK00.500.570.25
HSL6.67º45.76%53.73%-
HSV(B)6.67º56.54%74.9%-
XYZ27.1419.8910.59-
YUV122.34105.8176.98-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.76%
GREEN value IS 95 (37.5% from 255) = 25.75%
BLUE value IS 83 (32.81% from 255) = 22.49%
R=51.76%
G=25.75%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191958300.500.570.256.6745.7653.73
HexBF5F53032391972e36
Octal277137123062713175666
Binary1011111110111111010011011001011100111001111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F53; }

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

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

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

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

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

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

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

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