#B6B09B

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

Shades of Bison Hide #B6B09B

Tints of Bison Hide #B6B09B

Color information

#B6B09B (or 0xB6B09B) is unknown color: approx Bison Hide. HEX triplet: B6, B0 and 9B. RGB value is (182,176,155). Sum of RGB (Red+Green+Blue) = 182+176+155=513 (67% of max value = 765). Red value is 182 (71.48% from 255 or 35.48% from 513); Green value is 176 (69.14% from 255 or 34.31% from 513); Blue value is 155 (60.94% from 255 or 30.21% from 513); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6B09B is #494F64. Grayscale: #AFAFAF. Windows color (decimal): -4804453 or 10203318. OLE color: 10203318.

HSL color Cylindrical-coordinate representation of color #B6B09B: hue angle of 46.67º degrees, saturation: 0.16, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B6B09B is Cyan = 0, Magento = 0.03, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB182176155-
CMYK00.030.150.29
HSL46.67º15.61%66.08%-
HSV(B)46.67º14.84%71.37%-
XYZ40.7343.3637.23-
YUV175.4116.49132.71-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 35.48%
GREEN value IS 176 (69.14% from 255) = 34.31%
BLUE value IS 155 (60.94% from 255) = 30.21%
R=35.48%
G=34.31%
B=30.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18217615500.030.150.2946.6715.6166.08
HexB6B09B03F1D2f1042
Octal2662602330317355720102
Binary101101101011000010011011011111111101101111100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B09B; }

 p { color: rgb(182,176,155); }

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

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

 a { background-color: rgb(182,176,155); }

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

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

 span { border-color: rgb(182,176,155); }

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