Html Css Color HEX #B4AA98 Bison Hide

📋 copy color: '#B4AA98'

red 180 ◦ green 170 ◦ blue 152

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

Shades of Bison Hide #B4AA98

Tints of Bison Hide #B4AA98

RGB

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

 GREEN value IS 170 (66.8% from 255) = 33.86%

 BLUE value IS 152 (59.77% from 255) = 30.28%

R = 35.86%
G = 33.86%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B4AA98 (or 0xB4AA98) is known color: Bison Hide. HEX triplet: B4, AA and 98. RGB value is (180,170,152). Sum of RGB (Red+Green+Blue) = 180+170+152=502 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.86% from 502); Green value is 170 (66.80% from 255 or 33.86% from 502); Blue value is 152 (59.77% from 255 or 30.28% from 502); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AA98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AA98 is #4B5567. Grayscale: #ABABAB. Windows color (decimal): -4937064 or 10005172. OLE color: 10005172.

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

Color convert

RGB 180 170 152 -
CMYK 0 0.06 0.16 0.29
HSL 38.57º 0.16% 0.65% -
HSV(B) 38.57º 0.16% 0.71% -
XYZ 38.86 40.72 35.52 -
YUV 170.94 117.31 134.46 -
System Red Green Blue C M Y K H S L
Decimal 180 170 152 0 0.06 0.16 0.29 38.57 0.16 0.65
Hex B4 AA 98 0 6 10 1D 27 10 41
Octal 264 252 230 0 6 20 35 47 20 101
Binary 10110100 10101010 10011000 0 110 10000 11101 100111 10000 1000001

Color Harmonies of #B4AA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AA98

Black with #B4AA98

Text Example


Text Example

White with #B4AA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AA98; }

 p { color: rgb(180,170,152); }

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

background-color css

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

 a { background-color: rgb(180,170,152); }

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

border-color css

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

 span { border-color: rgb(180,170,152); }

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