Html Css Color HEX #B4A892 Bison Hide

📋 copy color: '#B4A892'

red 180 ◦ green 168 ◦ blue 146

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

Shades of Bison Hide #B4A892

Tints of Bison Hide #B4A892

RGB

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

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

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

R = 36.44%
G = 34.01%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B4A892 (or 0xB4A892) is known color: Bison Hide. HEX triplet: B4, A8 and 92. RGB value is (180,168,146). Sum of RGB (Red+Green+Blue) = 180+168+146=494 (65% of max value = 765). Red value is 180 (70.70% from 255 or 36.44% from 494); Green value is 168 (66.02% from 255 or 34.01% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 180 - color contains mainly: red. Hex color #B4A892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4A892 is #4B576D. Grayscale: #A9A9A9. Windows color (decimal): -4937582 or 9611444. OLE color: 9611444.

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

Color convert

RGB 180 168 146 -
CMYK 0 0.07 0.19 0.29
HSL 38.82º 0.18% 0.64% -
HSV(B) 38.82º 0.19% 0.71% -
XYZ 38.01 39.78 32.87 -
YUV 169.08 114.98 135.79 -
System Red Green Blue C M Y K H S L
Decimal 180 168 146 0 0.07 0.19 0.29 38.82 0.18 0.64
Hex B4 A8 92 0 7 13 1D 27 12 40
Octal 264 250 222 0 7 23 35 47 22 100
Binary 10110100 10101000 10010010 0 111 10011 11101 100111 10010 1000000

Color Harmonies of #B4A892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4A892

Black with #B4A892

Text Example


Text Example

White with #B4A892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4A892; }

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

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

background-color css

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

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

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

border-color css

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

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

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