Html Css Color HEX #B0A38E Bison Hide

📋 copy color: '#B0A38E'

red 176 ◦ green 163 ◦ blue 142

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

Shades of Bison Hide #B0A38E

Tints of Bison Hide #B0A38E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.89%

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

R = 36.59%
G = 33.89%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0A38E (or 0xB0A38E) is known color: Bison Hide. HEX triplet: B0, A3 and 8E. RGB value is (176,163,142). Sum of RGB (Red+Green+Blue) = 176+163+142=481 (63% of max value = 765). Red value is 176 (69.14% from 255 or 36.59% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A38E is #4F5C71. Grayscale: #A4A4A4. Windows color (decimal): -5201010 or 9348016. OLE color: 9348016.

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

Color convert

RGB 176 163 142 -
CMYK 0 0.07 0.19 0.31
HSL 37.06º 0.18% 0.62% -
HSV(B) 37.06º 0.19% 0.69% -
XYZ 35.88 37.38 30.91 -
YUV 164.49 115.31 136.21 -
System Red Green Blue C M Y K H S L
Decimal 176 163 142 0 0.07 0.19 0.31 37.06 0.18 0.62
Hex B0 A3 8E 0 7 13 1F 25 12 3E
Octal 260 243 216 0 7 23 37 45 22 76
Binary 10110000 10100011 10001110 0 111 10011 11111 100101 10010 111110

Color Harmonies of #B0A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A38E

Black with #B0A38E

Text Example


Text Example

White with #B0A38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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