#BF5D53

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

Shades of Sunglo #BF5D53

Tints of Sunglo #BF5D53

Color information

#BF5D53 (or 0xBF5D53) is unknown color: approx Sunglo. HEX triplet: BF, 5D and 53. RGB value is (191,93,83). Sum of RGB (Red+Green+Blue) = 191+93+83=367 (48% of max value = 765). Red value is 191 (75% from 255 or 52.04% from 367); Green value is 93 (36.72% from 255 or 25.34% from 367); Blue value is 83 (32.81% from 255 or 22.62% from 367); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5D53 is #40A2AC. Grayscale: #797979. Windows color (decimal): -4235949 or 5463487. OLE color: 5463487.

HSL color Cylindrical-coordinate representation of color #BF5D53: hue angle of 5.56º 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 #BF5D53 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB1919383-
CMYK00.510.570.25
HSL5.56º45.76%53.73%-
HSV(B)5.56º56.54%74.9%-
XYZ26.9619.5310.53-
YUV121.16106.47177.81-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 52.04%
GREEN value IS 93 (36.72% from 255) = 25.34%
BLUE value IS 83 (32.81% from 255) = 22.62%
R=52.04%
G=25.34%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191938300.510.570.255.5645.7653.73
HexBF5D53033391962e36
Octal277135123063713165666
Binary1011111110111011010011011001111100111001110101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5D53; }

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

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

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

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

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

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

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

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