#BF5F58

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

Shades of Sunglo #BF5F58

Tints of Sunglo #BF5F58

Color information

#BF5F58 (or 0xBF5F58) is unknown color: approx Sunglo. HEX triplet: BF, 5F and 58. RGB value is (191,95,88). Sum of RGB (Red+Green+Blue) = 191+95+88=374 (49% of max value = 765). Red value is 191 (75% from 255 or 51.07% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 88 (34.77% from 255 or 23.53% from 374); Max value from RGB is 191 - color contains mainly: red. Hex color #BF5F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF5F58 is #40A0A7. Grayscale: #7B7B7B. Windows color (decimal): -4235432 or 5791679. OLE color: 5791679.

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

Color convert

RGB1919588-
CMYK00.500.540.25
HSL4.08º44.59%54.71%-
HSV(B)4.08º53.93%74.9%-
XYZ27.3419.9711.65-
YUV122.91108.3176.57-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 51.07%
GREEN value IS 95 (37.5% from 255) = 25.40%
BLUE value IS 88 (34.77% from 255) = 23.53%
R=51.07%
G=25.40%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191958800.500.540.254.0844.5954.71
HexBF5F58032361942d37
Octal277137130062663145567
Binary1011111110111111011000011001011011011001100101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF5F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF5F58; }

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

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

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

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

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

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

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

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