#B86259

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

Shades of Sunglo #B86259

Tints of Sunglo #B86259

Color information

#B86259 (or 0xB86259) is unknown color: approx Sunglo. HEX triplet: B8, 62 and 59. RGB value is (184,98,89). Sum of RGB (Red+Green+Blue) = 184+98+89=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 89 (35.16% from 255 or 23.99% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B86259 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B86259 is #479DA6. Grayscale: #7A7A7A. Windows color (decimal): -4693415 or 5857976. OLE color: 5857976.

HSL color Cylindrical-coordinate representation of color #B86259: hue angle of 5.68º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B86259 is Cyan = 0, Magento = 0.47, Yellow = 0.52 and Black (K on CMYK) = 0.28.

Color convert

RGB1849889-
CMYK00.470.520.28
HSL5.68º40.08%53.53%-
HSV(B)5.68º51.63%72.16%-
XYZ25.9419.6511.88-
YUV122.69108.99171.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 89 (35.16% from 255) = 23.99%
R=49.60%
G=26.42%
B=23.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.52
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184988900.470.520.285.6840.0853.53
HexB8625902F341C62836
Octal270142131057643465066
Binary1011100011000101011001010111111010011100110101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B86259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B86259; }

 p { color: rgb(184,98,89); }

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

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

 a { background-color: rgb(184,98,89); }

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

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

 span { border-color: rgb(184,98,89); }

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