Html Css Color HEX #B4AD93 Bison Hide

📋 copy color: '#B4AD93'

red 180 ◦ green 173 ◦ blue 147

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

Shades of Bison Hide #B4AD93

Tints of Bison Hide #B4AD93

RGB

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

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

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

R = 36%
G = 34.6%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B4AD93 (or 0xB4AD93) is known color: Bison Hide. HEX triplet: B4, AD and 93. RGB value is (180,173,147). Sum of RGB (Red+Green+Blue) = 180+173+147=500 (66% of max value = 765). Red value is 180 (70.70% from 255 or 36% from 500); Green value is 173 (67.97% from 255 or 34.6% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 180 - color contains mainly: red. Hex color #B4AD93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4AD93 is #4B526C. Grayscale: #ACACAC. Windows color (decimal): -4936301 or 9678260. OLE color: 9678260.

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

Color convert

RGB 180 173 147 -
CMYK 0 0.04 0.18 0.29
HSL 47.27º 0.18% 0.64% -
HSV(B) 47.27º 0.18% 0.71% -
XYZ 39.03 41.7 33.59 -
YUV 172.13 113.82 133.61 -
System Red Green Blue C M Y K H S L
Decimal 180 173 147 0 0.04 0.18 0.29 47.27 0.18 0.64
Hex B4 AD 93 0 4 12 1D 2F 12 40
Octal 264 255 223 0 4 22 35 57 22 100
Binary 10110100 10101101 10010011 0 100 10010 11101 101111 10010 1000000

Color Harmonies of #B4AD93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4AD93

Black with #B4AD93

Text Example


Text Example

White with #B4AD93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4AD93; }

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

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

background-color css

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

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

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

border-color css

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

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

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