#BBAE93

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

Shades of Bison Hide #BBAE93

Tints of Bison Hide #BBAE93

Color information

#BBAE93 (or 0xBBAE93) is unknown color: approx Bison Hide. HEX triplet: BB, AE and 93. RGB value is (187,174,147). Sum of RGB (Red+Green+Blue) = 187+174+147=508 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.81% from 508); Green value is 174 (68.36% from 255 or 34.25% from 508); Blue value is 147 (57.81% from 255 or 28.94% from 508); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE93 is #44516C. Grayscale: #AEAEAE. Windows color (decimal): -4477293 or 9678523. OLE color: 9678523.

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

Color convert

RGB187174147-
CMYK00.070.210.27
HSL40.5º22.73%65.49%-
HSV(B)40.5º21.39%73.33%-
XYZ40.942.9433.74-
YUV174.81112.31136.7-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 36.81%
GREEN value IS 174 (68.36% from 255) = 34.25%
BLUE value IS 147 (57.81% from 255) = 28.94%
R=36.81%
G=34.25%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.21
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18717414700.070.210.2740.522.7365.49
HexBBAE9307151B291741
Octal2732562230725335127101
Binary10111011101011101001001101111010111011101001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBAE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBAE93; }

 p { color: rgb(187,174,147); }

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

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

 a { background-color: rgb(187,174,147); }

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

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

 span { border-color: rgb(187,174,147); }

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