Html Css Color HEX #BBAE90 Bison Hide

📋 copy color: '#BBAE90'

red 187 ◦ green 174 ◦ blue 144

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

Shades of Bison Hide #BBAE90

Tints of Bison Hide #BBAE90

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.46%

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

R = 37.03%
G = 34.46%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BBAE90 (or 0xBBAE90) is known color: Bison Hide. HEX triplet: BB, AE and 90. RGB value is (187,174,144). Sum of RGB (Red+Green+Blue) = 187+174+144=505 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.03% from 505); Green value is 174 (68.36% from 255 or 34.46% from 505); Blue value is 144 (56.64% from 255 or 28.51% from 505); Max value from RGB is 187 - color contains mainly: red. Hex color #BBAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBAE90 is #44516F. Grayscale: #AEAEAE. Windows color (decimal): -4477296 or 9481915. OLE color: 9481915.

HSL color Cylindrical-coordinate representation of color #BBAE90: hue angle of 41.86º 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 #BBAE90 is Cyan = 0, Magento = 0.07, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 174 144 -
CMYK 0 0.07 0.23 0.27
HSL 41.86º 0.24% 0.65% -
HSV(B) 41.86º 0.23% 0.73% -
XYZ 40.66 42.85 32.51 -
YUV 174.47 110.81 136.94 -
System Red Green Blue C M Y K H S L
Decimal 187 174 144 0 0.07 0.23 0.27 41.86 0.24 0.65
Hex BB AE 90 0 7 17 1B 2A 18 41
Octal 273 256 220 0 7 27 33 52 30 101
Binary 10111011 10101110 10010000 0 111 10111 11011 101010 11000 1000001

Color Harmonies of #BBAE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAE90

Black with #BBAE90

Text Example


Text Example

White with #BBAE90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAE90; }

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

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

background-color css

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

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

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

border-color css

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

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

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