Html Css Color HEX #B0A592 Bison Hide

📋 copy color: '#B0A592'

red 176 ◦ green 165 ◦ blue 146

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

Shades of Bison Hide #B0A592

Tints of Bison Hide #B0A592

RGB

 RED value IS 176 (69.14% from 255) = 36.14%

 GREEN value IS 165 (64.84% from 255) = 33.88%

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

R = 36.14%
G = 33.88%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#B0A592 (or 0xB0A592) is known color: Bison Hide. HEX triplet: B0, A5 and 92. RGB value is (176,165,146). Sum of RGB (Red+Green+Blue) = 176+165+146=487 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.14% from 487); Green value is 165 (64.84% from 255 or 33.88% from 487); Blue value is 146 (57.42% from 255 or 29.98% from 487); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A592 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A592 is #4F5A6D. Grayscale: #A6A6A6. Windows color (decimal): -5200494 or 9610672. OLE color: 9610672.

HSL color Cylindrical-coordinate representation of color #B0A592: hue angle of 38º degrees, saturation: 0.16, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B0A592 is Cyan = 0, Magento = 0.06, Yellow = 0.17 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 165 146 -
CMYK 0 0.06 0.17 0.31
HSL 38º 0.16% 0.63% -
HSV(B) 38º 0.17% 0.69% -
XYZ 36.55 38.22 32.64 -
YUV 166.12 116.64 135.04 -
System Red Green Blue C M Y K H S L
Decimal 176 165 146 0 0.06 0.17 0.31 38 0.16 0.63
Hex B0 A5 92 0 6 11 1F 26 10 3F
Octal 260 245 222 0 6 21 37 46 20 77
Binary 10110000 10100101 10010010 0 110 10001 11111 100110 10000 111111

Color Harmonies of #B0A592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A592

Black with #B0A592

Text Example


Text Example

White with #B0A592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A592; }

 p { color: rgb(176,165,146); }

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

background-color css

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

 a { background-color: rgb(176,165,146); }

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

border-color css

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

 span { border-color: rgb(176,165,146); }

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