Html Css Color HEX #BBB295 Bison Hide

📋 copy color: '#BBB295'

red 187 ◦ green 178 ◦ blue 149

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

Shades of Bison Hide #BBB295

Tints of Bison Hide #BBB295

RGB

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

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

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

R = 36.38%
G = 34.63%
B = 28.99%

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

#BBB295 (or 0xBBB295) is known color: Bison Hide. HEX triplet: BB, B2 and 95. RGB value is (187,178,149). Sum of RGB (Red+Green+Blue) = 187+178+149=514 (68% of max value = 765). Red value is 187 (73.44% from 255 or 36.38% from 514); Green value is 178 (69.92% from 255 or 34.63% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB295 is #444D6A. Grayscale: #B1B1B1. Windows color (decimal): -4476267 or 9810619. OLE color: 9810619.

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

Color convert

RGB 187 178 149 -
CMYK 0 0.05 0.20 0.27
HSL 45.79º 0.22% 0.66% -
HSV(B) 45.79º 0.2% 0.73% -
XYZ 41.84 44.58 34.83 -
YUV 177.39 111.98 134.86 -
System Red Green Blue C M Y K H S L
Decimal 187 178 149 0 0.05 0.20 0.27 45.79 0.22 0.66
Hex BB B2 95 0 5 14 1B 2E 16 42
Octal 273 262 225 0 5 24 33 56 26 102
Binary 10111011 10110010 10010101 0 101 10100 11011 101110 10110 1000010

Color Harmonies of #BBB295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB295

Black with #BBB295

Text Example


Text Example

White with #BBB295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB295; }

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

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

background-color css

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

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

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

border-color css

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

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

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