#B96254

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

Shades of Sunglo #B96254

Tints of Sunglo #B96254

Color information

#B96254 (or 0xB96254) is unknown color: approx Sunglo. HEX triplet: B9, 62 and 54. RGB value is (185,98,84). Sum of RGB (Red+Green+Blue) = 185+98+84=367 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.41% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 84 (33.20% from 255 or 22.89% from 367); Max value from RGB is 185 - color contains mainly: red. Hex color #B96254 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96254 is #469DAB. Grayscale: #7A7A7A. Windows color (decimal): -4627884 or 5530297. OLE color: 5530297.

HSL color Cylindrical-coordinate representation of color #B96254: hue angle of 8.32º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B96254 is Cyan = 0, Magento = 0.47, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB1859884-
CMYK00.470.550.27
HSL8.32º41.91%52.75%-
HSV(B)8.32º54.59%72.55%-
XYZ25.9819.6910.82-
YUV122.42106.32172.64-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.41%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 84 (33.20% from 255) = 22.89%
R=50.41%
G=26.70%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185988400.470.550.278.3241.9152.75
HexB9625402F371B82a35
Octal2711421240576733105265
Binary10111001110001010101000101111110111110111000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96254; }

 p { color: rgb(185,98,84); }

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

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

 a { background-color: rgb(185,98,84); }

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

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

 span { border-color: rgb(185,98,84); }

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