#B96454

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

Shades of Sunglo #B96454

Tints of Sunglo #B96454

Color information

#B96454 (or 0xB96454) is unknown color: approx Sunglo. HEX triplet: B9, 64 and 54. RGB value is (185,100,84). Sum of RGB (Red+Green+Blue) = 185+100+84=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 100 (39.45% from 255 or 27.10% from 369); Blue value is 84 (33.20% from 255 or 22.76% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B96454 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96454 is #469BAB. Grayscale: #7B7B7B. Windows color (decimal): -4627372 or 5530809. OLE color: 5530809.

HSL color Cylindrical-coordinate representation of color #B96454: hue angle of 9.5º 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 #B96454 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.27.

Color convert

RGB18510084-
CMYK00.460.550.27
HSL9.5º41.91%52.75%-
HSV(B)9.5º54.59%72.55%-
XYZ26.1620.0710.88-
YUV123.59105.66171.8-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 50.14%
GREEN value IS 100 (39.45% from 255) = 27.10%
BLUE value IS 84 (33.20% from 255) = 22.76%
R=50.14%
G=27.10%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.55
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1851008400.460.550.279.541.9152.75
HexB9645402E371Ba2a35
Octal2711441240566733125265
Binary10111001110010010101000101110110111110111010101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96454; }

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

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

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

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

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

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

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

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