Html Css Color HEX #B4A990 Bison Hide

📋 copy color: '#B4A990'

red 180 ◦ green 169 ◦ blue 144

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

Shades of Bison Hide #B4A990

Tints of Bison Hide #B4A990

RGB

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

 GREEN value IS 169 (66.41% from 255) = 34.28%

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

R = 36.51%
G = 34.28%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.2

 K value IS 0.29

RGB Variations

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

Color information

#B4A990 (or 0xB4A990) is known color: Bison Hide. HEX triplet: B4, A9 and 90. RGB value is (180,169,144). Sum of RGB (Red+Green+Blue) = 180+169+144=493 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.51% from 493); Green value is 169 (66.41% from 255 or 34.28% from 493); Blue value is 144 (56.64% from 255 or 29.21% from 493); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A990 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A990 is #4B566F. Grayscale: #A9A9A9. Windows color (decimal): -4937328 or 9480628. OLE color: 9480628.

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

Color convert

RGB 180 169 144 -
CMYK 0 0.06 0.2 0.29
HSL 41.67º 0.19% 0.64% -
HSV(B) 41.67º 0.2% 0.71% -
XYZ 38.04 40.09 32.12 -
YUV 169.44 113.64 135.53 -
System Red Green Blue C M Y K H S L
Decimal 180 169 144 0 0.06 0.2 0.29 41.67 0.19 0.64
Hex B4 A9 90 0 6 14 1D 2A 13 40
Octal 264 251 220 0 6 24 35 52 23 100
Binary 10110100 10101001 10010000 0 110 10100 11101 101010 10011 1000000

Color Harmonies of #B4A990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A990

Black with #B4A990

Text Example


Text Example

White with #B4A990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A990; }

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

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

background-color css

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

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

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

border-color css

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

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

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