Html Css Color HEX #B4AB96 Bison Hide

📋 copy color: '#B4AB96'

red 180 ◦ green 171 ◦ blue 150

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

Shades of Bison Hide #B4AB96

Tints of Bison Hide #B4AB96

RGB

 RED value IS 180 (70.7% from 255) = 35.93%

 GREEN value IS 171 (67.19% from 255) = 34.13%

 BLUE value IS 150 (58.98% from 255) = 29.94%

R = 35.93%
G = 34.13%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B4AB96 (or 0xB4AB96) is known color: Bison Hide. HEX triplet: B4, AB and 96. RGB value is (180,171,150). Sum of RGB (Red+Green+Blue) = 180+171+150=501 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.93% from 501); Green value is 171 (67.19% from 255 or 34.13% from 501); Blue value is 150 (58.98% from 255 or 29.94% from 501); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AB96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AB96 is #4B5469. Grayscale: #ABABAB. Windows color (decimal): -4936810 or 9874356. OLE color: 9874356.

HSL color Cylindrical-coordinate representation of color #B4AB96: hue angle of 42º degrees, saturation: 0.17, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B4AB96 is Cyan = 0, Magento = 0.05, Yellow = 0.17 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 171 150 -
CMYK 0 0.05 0.17 0.29
HSL 42º 0.17% 0.65% -
HSV(B) 42º 0.17% 0.71% -
XYZ 38.89 41.03 34.72 -
YUV 171.3 115.98 134.21 -
System Red Green Blue C M Y K H S L
Decimal 180 171 150 0 0.05 0.17 0.29 42 0.17 0.65
Hex B4 AB 96 0 5 11 1D 2A 11 41
Octal 264 253 226 0 5 21 35 52 21 101
Binary 10110100 10101011 10010110 0 101 10001 11101 101010 10001 1000001

Color Harmonies of #B4AB96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AB96

Black with #B4AB96

Text Example


Text Example

White with #B4AB96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AB96; }

 p { color: rgb(180,171,150); }

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

background-color css

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

 a { background-color: rgb(180,171,150); }

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

border-color css

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

 span { border-color: rgb(180,171,150); }

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