Html Css Color HEX #BBB293 Bison Hide

📋 copy color: '#BBB293'

red 187 ◦ green 178 ◦ blue 147

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

Shades of Bison Hide #BBB293

Tints of Bison Hide #BBB293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 28.71%

R = 36.52%
G = 34.77%
B = 28.71%

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

#BBB293 (or 0xBBB293) is known color: Bison Hide. HEX triplet: BB, B2 and 93. RGB value is (187,178,147). Sum of RGB (Red+Green+Blue) = 187+178+147=512 (67% of max value = 765). Red value is 187 (73.44% from 255 or 36.52% from 512); Green value is 178 (69.92% from 255 or 34.77% from 512); Blue value is 147 (57.81% from 255 or 28.71% from 512); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBB293 is #444D6C. Grayscale: #B1B1B1. Windows color (decimal): -4476269 or 9679547. OLE color: 9679547.

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

Color convert

RGB 187 178 147 -
CMYK 0 0.05 0.21 0.27
HSL 46.5º 0.23% 0.65% -
HSV(B) 46.5º 0.21% 0.73% -
XYZ 41.68 44.51 34 -
YUV 177.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 187 178 147 0 0.05 0.21 0.27 46.5 0.23 0.65
Hex BB B2 93 0 5 15 1B 2E 17 41
Octal 273 262 223 0 5 25 33 56 27 101
Binary 10111011 10110010 10010011 0 101 10101 11011 101110 10111 1000001

Color Harmonies of #BBB293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB293

Black with #BBB293

Text Example


Text Example

White with #BBB293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB293; }

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

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

background-color css

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

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

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

border-color css

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

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

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