Html Css Color HEX #B2A38E Bison Hide

📋 copy color: '#B2A38E'

red 178 ◦ green 163 ◦ blue 142

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

Shades of Bison Hide #B2A38E

Tints of Bison Hide #B2A38E

RGB

 RED value IS 178 (69.92% from 255) = 36.85%

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

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

R = 36.85%
G = 33.75%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2A38E (or 0xB2A38E) is known color: Bison Hide. HEX triplet: B2, A3 and 8E. RGB value is (178,163,142). Sum of RGB (Red+Green+Blue) = 178+163+142=483 (63% of max value = 765). Red value is 178 (69.92% from 255 or 36.85% from 483); Green value is 163 (64.06% from 255 or 33.75% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A38E is #4D5C71. Grayscale: #A5A5A5. Windows color (decimal): -5069938 or 9348018. OLE color: 9348018.

HSL color Cylindrical-coordinate representation of color #B2A38E: hue angle of 35º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2A38E is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 163 142 -
CMYK 0 0.08 0.20 0.30
HSL 35º 0.19% 0.63% -
HSV(B) 35º 0.2% 0.7% -
XYZ 36.34 37.61 30.94 -
YUV 165.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 178 163 142 0 0.08 0.20 0.30 35 0.19 0.63
Hex B2 A3 8E 0 8 14 1E 23 13 3F
Octal 262 243 216 0 10 24 36 43 23 77
Binary 10110010 10100011 10001110 0 1000 10100 11110 100011 10011 111111

Color Harmonies of #B2A38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A38E

Black with #B2A38E

Text Example


Text Example

White with #B2A38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A38E; }

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

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

background-color css

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

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

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

border-color css

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

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

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