#BF6A58

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

Shades of Sunglo #BF6A58

Tints of Sunglo #BF6A58

Color information

#BF6A58 (or 0xBF6A58) is unknown color: approx Sunglo. HEX triplet: BF, 6A and 58. RGB value is (191,106,88). Sum of RGB (Red+Green+Blue) = 191+106+88=385 (50% of max value = 765). Red value is 191 (75% from 255 or 49.61% from 385); Green value is 106 (41.80% from 255 or 27.53% from 385); Blue value is 88 (34.77% from 255 or 22.86% from 385); Max value from RGB is 191 - color contains mainly: red. Hex color #BF6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BF6A58 is #4095A7. Grayscale: #818181. Windows color (decimal): -4232616 or 5794495. OLE color: 5794495.

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

Color convert

RGB19110688-
CMYK00.450.540.25
HSL10.49º44.59%54.71%-
HSV(B)10.49º53.93%74.9%-
XYZ28.422.0912-
YUV129.36104.66171.96-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 49.61%
GREEN value IS 106 (41.80% from 255) = 27.53%
BLUE value IS 88 (34.77% from 255) = 22.86%
R=49.61%
G=27.53%
B=22.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911068800.450.540.2510.4944.5954.71
HexBF6A5802D3619a2d37
Octal2771521300556631125567
Binary10111111110101010110000101101110110110011010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BF6A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BF6A58; }

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

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

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

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

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

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

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

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