Html Css Color HEX #B2A892 Bison Hide

📋 copy color: '#B2A892'

red 178 ◦ green 168 ◦ blue 146

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

Shades of Bison Hide #B2A892

Tints of Bison Hide #B2A892

RGB

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

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

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

R = 36.18%
G = 34.15%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B2A892 (or 0xB2A892) is known color: Bison Hide. HEX triplet: B2, A8 and 92. RGB value is (178,168,146). Sum of RGB (Red+Green+Blue) = 178+168+146=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 168 (66.02% from 255 or 34.15% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A892 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A892 is #4D576D. Grayscale: #A8A8A8. Windows color (decimal): -5068654 or 9611442. OLE color: 9611442.

HSL color Cylindrical-coordinate representation of color #B2A892: hue angle of 41.25º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2A892 is Cyan = 0, Magento = 0.06, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 146 -
CMYK 0 0.06 0.18 0.30
HSL 41.25º 0.17% 0.64% -
HSV(B) 41.25º 0.18% 0.7% -
XYZ 37.55 39.55 32.85 -
YUV 168.48 115.31 134.79 -
System Red Green Blue C M Y K H S L
Decimal 178 168 146 0 0.06 0.18 0.30 41.25 0.17 0.64
Hex B2 A8 92 0 6 12 1E 29 11 40
Octal 262 250 222 0 6 22 36 51 21 100
Binary 10110010 10101000 10010010 0 110 10010 11110 101001 10001 1000000

Color Harmonies of #B2A892

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A892

Black with #B2A892

Text Example


Text Example

White with #B2A892

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A892; }

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

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

background-color css

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

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

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

border-color css

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

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

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