Html Css Color HEX #BBB195 Bison Hide

📋 copy color: '#BBB195'

red 187 ◦ green 177 ◦ blue 149

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

Shades of Bison Hide #BBB195

Tints of Bison Hide #BBB195

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.5%

 BLUE value IS 149 (58.59% from 255) = 29.04%

R = 36.45%
G = 34.5%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#BBB195 (or 0xBBB195) is known color: Bison Hide. HEX triplet: BB, B1 and 95. RGB value is (187,177,149). Sum of RGB (Red+Green+Blue) = 187+177+149=513 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.45% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 149 (58.59% from 255 or 29.04% from 513); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB195 is #444E6A. Grayscale: #B0B0B0. Windows color (decimal): -4476523 or 9810363. OLE color: 9810363.

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

Color convert

RGB 187 177 149 -
CMYK 0 0.05 0.20 0.27
HSL 44.21º 0.22% 0.66% -
HSV(B) 44.21º 0.2% 0.73% -
XYZ 41.64 44.18 34.77 -
YUV 176.8 112.31 135.28 -
System Red Green Blue C M Y K H S L
Decimal 187 177 149 0 0.05 0.20 0.27 44.21 0.22 0.66
Hex BB B1 95 0 5 14 1B 2C 16 42
Octal 273 261 225 0 5 24 33 54 26 102
Binary 10111011 10110001 10010101 0 101 10100 11011 101100 10110 1000010

Color Harmonies of #BBB195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB195

Black with #BBB195

Text Example


Text Example

White with #BBB195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB195; }

 p { color: rgb(187,177,149); }

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

background-color css

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

 a { background-color: rgb(187,177,149); }

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

border-color css

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

 span { border-color: rgb(187,177,149); }

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