#BBAD92

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

Shades of Bison Hide #BBAD92

Tints of Bison Hide #BBAD92

Color information

#BBAD92 (or 0xBBAD92) is unknown color: approx Bison Hide. HEX triplet: BB, AD and 92. RGB value is (187,173,146). Sum of RGB (Red+Green+Blue) = 187+173+146=506 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.96% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 146 (57.42% from 255 or 28.85% from 506); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAD92 is #44526D. Grayscale: #AEAEAE. Windows color (decimal): -4477550 or 9612731. OLE color: 9612731.

HSL color Cylindrical-coordinate representation of color #BBAD92: hue angle of 39.51º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAD92 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB187173146-
CMYK00.070.220.27
HSL39.51º23.16%65.29%-
HSV(B)39.51º21.93%73.33%-
XYZ40.6342.5333.26-
YUV174.11112.14137.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.96%
GREEN value IS 173 (67.97% from 255) = 34.19%
BLUE value IS 146 (57.42% from 255) = 28.85%
R=36.96%
G=34.19%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717314600.070.220.2739.5123.1665.29
HexBBAD9207161B281741
Octal2732552220726335027101
Binary10111011101011011001001001111011011011101000101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAD92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAD92; }

 p { color: rgb(187,173,146); }

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

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

 a { background-color: rgb(187,173,146); }

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

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

 span { border-color: rgb(187,173,146); }

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