Html Css Color HEX #B4A890 Bison Hide

📋 copy color: '#B4A890'

red 180 ◦ green 168 ◦ blue 144

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

Shades of Bison Hide #B4A890

Tints of Bison Hide #B4A890

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.15%

 BLUE value IS 144 (56.64% from 255) = 29.27%

R = 36.59%
G = 34.15%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B4A890 (or 0xB4A890) is known color: Bison Hide. HEX triplet: B4, A8 and 90. RGB value is (180,168,144). Sum of RGB (Red+Green+Blue) = 180+168+144=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 144 (56.64% from 255 or 29.27% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A890 is #4B576F. Grayscale: #A8A8A8. Windows color (decimal): -4937584 or 9480372. OLE color: 9480372.

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

Color convert

RGB 180 168 144 -
CMYK 0 0.07 0.2 0.29
HSL 40º 0.19% 0.64% -
HSV(B) 40º 0.2% 0.71% -
XYZ 37.86 39.72 32.06 -
YUV 168.85 113.98 135.95 -
System Red Green Blue C M Y K H S L
Decimal 180 168 144 0 0.07 0.2 0.29 40 0.19 0.64
Hex B4 A8 90 0 7 14 1D 28 13 40
Octal 264 250 220 0 7 24 35 50 23 100
Binary 10110100 10101000 10010000 0 111 10100 11101 101000 10011 1000000

Color Harmonies of #B4A890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A890

Black with #B4A890

Text Example


Text Example

White with #B4A890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A890; }

 p { color: rgb(180,168,144); }

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

background-color css

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

 a { background-color: rgb(180,168,144); }

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

border-color css

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

 span { border-color: rgb(180,168,144); }

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