Html Css Color HEX #B0A58E Bison Hide

📋 copy color: '#B0A58E'

red 176 ◦ green 165 ◦ blue 142

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

Shades of Bison Hide #B0A58E

Tints of Bison Hide #B0A58E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.4%

R = 36.44%
G = 34.16%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0A58E (or 0xB0A58E) is known color: Bison Hide. HEX triplet: B0, A5 and 8E. RGB value is (176,165,142). Sum of RGB (Red+Green+Blue) = 176+165+142=483 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.44% from 483); Green value is 165 (64.84% from 255 or 34.16% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A58E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A58E is #4F5A71. Grayscale: #A5A5A5. Windows color (decimal): -5200498 or 9348528. OLE color: 9348528.

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

Color convert

RGB 176 165 142 -
CMYK 0 0.06 0.19 0.31
HSL 40.59º 0.18% 0.62% -
HSV(B) 40.59º 0.19% 0.69% -
XYZ 36.24 38.09 31.03 -
YUV 165.67 114.64 135.37 -
System Red Green Blue C M Y K H S L
Decimal 176 165 142 0 0.06 0.19 0.31 40.59 0.18 0.62
Hex B0 A5 8E 0 6 13 1F 29 12 3E
Octal 260 245 216 0 6 23 37 51 22 76
Binary 10110000 10100101 10001110 0 110 10011 11111 101001 10010 111110

Color Harmonies of #B0A58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A58E

Black with #B0A58E

Text Example


Text Example

White with #B0A58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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