#B96357

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

Shades of Sunglo #B96357

Tints of Sunglo #B96357

Color information

#B96357 (or 0xB96357) is unknown color: approx Sunglo. HEX triplet: B9, 63 and 57. RGB value is (185,99,87). Sum of RGB (Red+Green+Blue) = 185+99+87=371 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.87% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 87 (34.38% from 255 or 23.45% from 371); Max value from RGB is 185 - color contains mainly: red. Hex color #B96357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96357 is #469CA8. Grayscale: #7B7B7B. Windows color (decimal): -4627625 or 5727161. OLE color: 5727161.

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

Color convert

RGB1859987-
CMYK00.460.530.27
HSL7.35º41.18%53.33%-
HSV(B)7.35º52.97%72.55%-
XYZ26.1919.9311.48-
YUV123.35107.49171.98-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 49.87%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 87 (34.38% from 255) = 23.45%
R=49.87%
G=26.68%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.53
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185998700.460.530.277.3541.1853.33
HexB9635702E351B72935
Octal271143127056653375165
Binary1011100111000111010111010111011010111011111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96357; }

 p { color: rgb(185,99,87); }

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

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

 a { background-color: rgb(185,99,87); }

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

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

 span { border-color: rgb(185,99,87); }

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