Html Css Color HEX #B4AD98 Bison Hide

📋 copy color: '#B4AD98'

red 180 ◦ green 173 ◦ blue 152

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

Shades of Bison Hide #B4AD98

Tints of Bison Hide #B4AD98

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.26%

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

R = 35.64%
G = 34.26%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B4AD98 (or 0xB4AD98) is known color: Bison Hide. HEX triplet: B4, AD and 98. RGB value is (180,173,152). Sum of RGB (Red+Green+Blue) = 180+173+152=505 (66% of max value = 765). Red value is 180 (70.70% from 255 or 35.64% from 505); Green value is 173 (67.97% from 255 or 34.26% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD98 is #4B5267. Grayscale: #ACACAC. Windows color (decimal): -4936296 or 10005940. OLE color: 10005940.

HSL color Cylindrical-coordinate representation of color #B4AD98: hue angle of 45º 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 #B4AD98 is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 152 -
CMYK 0 0.04 0.16 0.29
HSL 45º 0.16% 0.65% -
HSV(B) 45º 0.16% 0.71% -
XYZ 39.43 41.86 35.71 -
YUV 172.7 116.32 133.21 -
System Red Green Blue C M Y K H S L
Decimal 180 173 152 0 0.04 0.16 0.29 45 0.16 0.65
Hex B4 AD 98 0 4 10 1D 2D 10 41
Octal 264 255 230 0 4 20 35 55 20 101
Binary 10110100 10101101 10011000 0 100 10000 11101 101101 10000 1000001

Color Harmonies of #B4AD98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD98

Black with #B4AD98

Text Example


Text Example

White with #B4AD98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD98; }

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

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

background-color css

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

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

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

border-color css

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

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

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