Html Css Color HEX #B4AD92 Bison Hide

📋 copy color: '#B4AD92'

red 180 ◦ green 173 ◦ blue 146

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

Shades of Bison Hide #B4AD92

Tints of Bison Hide #B4AD92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.26%

R = 36.07%
G = 34.67%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B4AD92 (or 0xB4AD92) is known color: Bison Hide. HEX triplet: B4, AD and 92. RGB value is (180,173,146). Sum of RGB (Red+Green+Blue) = 180+173+146=499 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36.07% from 499); Green value is 173 (67.97% from 255 or 34.67% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD92 is #4B526D. Grayscale: #ACACAC. Windows color (decimal): -4936302 or 9612724. OLE color: 9612724.

HSL color Cylindrical-coordinate representation of color #B4AD92: hue angle of 47.65º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B4AD92 is Cyan = 0, Magento = 0.04, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 173 146 -
CMYK 0 0.04 0.19 0.29
HSL 47.65º 0.18% 0.64% -
HSV(B) 47.65º 0.19% 0.71% -
XYZ 38.95 41.67 33.18 -
YUV 172.02 113.32 133.7 -
System Red Green Blue C M Y K H S L
Decimal 180 173 146 0 0.04 0.19 0.29 47.65 0.18 0.64
Hex B4 AD 92 0 4 13 1D 30 12 40
Octal 264 255 222 0 4 23 35 60 22 100
Binary 10110100 10101101 10010010 0 100 10011 11101 110000 10010 1000000

Color Harmonies of #B4AD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD92

Black with #B4AD92

Text Example


Text Example

White with #B4AD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD92; }

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

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

background-color css

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

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

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

border-color css

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

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

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