Html Css Color HEX #B4A98F Bison Hide

📋 copy color: '#B4A98F'

red 180 ◦ green 169 ◦ blue 143

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

Shades of Bison Hide #B4A98F

Tints of Bison Hide #B4A98F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.07%

R = 36.59%
G = 34.35%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4A98F (or 0xB4A98F) is known color: Bison Hide. HEX triplet: B4, A9 and 8F. RGB value is (180,169,143). Sum of RGB (Red+Green+Blue) = 180+169+143=492 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.59% from 492); Green value is 169 (66.41% from 255 or 34.35% from 492); Blue value is 143 (56.25% from 255 or 29.07% from 492); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A98F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A98F is #4B5670. Grayscale: #A9A9A9. Windows color (decimal): -4937329 or 9415092. OLE color: 9415092.

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

Color convert

RGB 180 169 143 -
CMYK 0 0.06 0.21 0.29
HSL 42.16º 0.2% 0.63% -
HSV(B) 42.16º 0.21% 0.71% -
XYZ 37.97 40.06 31.72 -
YUV 169.33 113.14 135.61 -
System Red Green Blue C M Y K H S L
Decimal 180 169 143 0 0.06 0.21 0.29 42.16 0.2 0.63
Hex B4 A9 8F 0 6 15 1D 2A 14 3F
Octal 264 251 217 0 6 25 35 52 24 77
Binary 10110100 10101001 10001111 0 110 10101 11101 101010 10100 111111

Color Harmonies of #B4A98F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A98F

Black with #B4A98F

Text Example


Text Example

White with #B4A98F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A98F; }

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

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

background-color css

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

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

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

border-color css

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

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

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