Html Css Color HEX #BBB294 Bison Hide

📋 copy color: '#BBB294'

red 187 ◦ green 178 ◦ blue 148

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

Shades of Bison Hide #BBB294

Tints of Bison Hide #BBB294

RGB

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

 GREEN value IS 178 (69.92% from 255) = 34.7%

 BLUE value IS 148 (58.2% from 255) = 28.85%

R = 36.45%
G = 34.7%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BBB294 (or 0xBBB294) is known color: Bison Hide. HEX triplet: BB, B2 and 94. RGB value is (187,178,148). Sum of RGB (Red+Green+Blue) = 187+178+148=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 178 (69.92% from 255 or 34.70% from 513); Blue value is 148 (58.20% from 255 or 28.85% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB294 is #444D6B. Grayscale: #B1B1B1. Windows color (decimal): -4476268 or 9745083. OLE color: 9745083.

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

Color convert

RGB 187 178 148 -
CMYK 0 0.05 0.21 0.27
HSL 46.15º 0.22% 0.66% -
HSV(B) 46.15º 0.21% 0.73% -
XYZ 41.76 44.54 34.41 -
YUV 177.27 111.48 134.94 -
System Red Green Blue C M Y K H S L
Decimal 187 178 148 0 0.05 0.21 0.27 46.15 0.22 0.66
Hex BB B2 94 0 5 15 1B 2E 16 42
Octal 273 262 224 0 5 25 33 56 26 102
Binary 10111011 10110010 10010100 0 101 10101 11011 101110 10110 1000010

Color Harmonies of #BBB294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB294

Black with #BBB294

Text Example


Text Example

White with #BBB294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB294; }

 p { color: rgb(187,178,148); }

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

background-color css

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

 a { background-color: rgb(187,178,148); }

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

border-color css

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

 span { border-color: rgb(187,178,148); }

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