Html Css Color HEX #BBAB90 Bison Hide

📋 copy color: '#BBAB90'

red 187 ◦ green 171 ◦ blue 144

#BBAB90
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bison Hide #BBAB90

Tints of Bison Hide #BBAB90

RGB

 RED value IS 187 (73.44% from 255) = 37.25%

 GREEN value IS 171 (67.19% from 255) = 34.06%

 BLUE value IS 144 (56.64% from 255) = 28.69%

R = 37.25%
G = 34.06%
B = 28.69%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBAB90 (or 0xBBAB90) is known color: Bison Hide. HEX triplet: BB, AB and 90. RGB value is (187,171,144). Sum of RGB (Red+Green+Blue) = 187+171+144=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 171 (67.19% from 255 or 34.06% from 502); Blue value is 144 (56.64% from 255 or 28.69% from 502); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAB90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAB90 is #44546F. Grayscale: #ACACAC. Windows color (decimal): -4478064 or 9481147. OLE color: 9481147.

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

Color convert

RGB 187 171 144 -
CMYK 0 0.09 0.23 0.27
HSL 37.67º 0.24% 0.65% -
HSV(B) 37.67º 0.23% 0.73% -
XYZ 40.09 41.7 32.32 -
YUV 172.71 111.8 138.2 -
System Red Green Blue C M Y K H S L
Decimal 187 171 144 0 0.09 0.23 0.27 37.67 0.24 0.65
Hex BB AB 90 0 9 17 1B 26 18 41
Octal 273 253 220 0 11 27 33 46 30 101
Binary 10111011 10101011 10010000 0 1001 10111 11011 100110 11000 1000001

Color Harmonies of #BBAB90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAB90

Black with #BBAB90

Text Example


Text Example

White with #BBAB90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAB90; }

 p { color: rgb(187,171,144); }

 H1.HeaderClassName
 {
   color: #BBAB90;
 }
 .AnyTagClassName
 {
   color: #BBAB90;
 }
</style>

background-color css

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

 a { background-color: rgb(187,171,144); }

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

border-color css

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

 span { border-color: rgb(187,171,144); }

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