Html Css Color HEX #B2AD9B Bison Hide

📋 copy color: '#B2AD9B'

red 178 ◦ green 173 ◦ blue 155

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

Shades of Bison Hide #B2AD9B

Tints of Bison Hide #B2AD9B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.19%

 BLUE value IS 155 (60.94% from 255) = 30.63%

R = 35.18%
G = 34.19%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B2AD9B (or 0xB2AD9B) is known color: Bison Hide. HEX triplet: B2, AD and 9B. RGB value is (178,173,155). Sum of RGB (Red+Green+Blue) = 178+173+155=506 (67% of max value = 765). Red value is 178 (69.92% from 255 or 35.18% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 155 (60.94% from 255 or 30.63% from 506); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2AD9B is #4D5264. Grayscale: #ACACAC. Windows color (decimal): -5067365 or 10202546. OLE color: 10202546.

HSL color Cylindrical-coordinate representation of color #B2AD9B: hue angle of 46.96º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2AD9B is Cyan = 0, Magento = 0.03, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 173 155 -
CMYK 0 0.03 0.13 0.30
HSL 46.96º 0.13% 0.65% -
HSV(B) 46.96º 0.13% 0.7% -
XYZ 39.22 41.72 37 -
YUV 172.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 178 173 155 0 0.03 0.13 0.30 46.96 0.13 0.65
Hex B2 AD 9B 0 3 D 1E 2F D 41
Octal 262 255 233 0 3 15 36 57 15 101
Binary 10110010 10101101 10011011 0 11 1101 11110 101111 1101 1000001

Color Harmonies of #B2AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2AD9B

Black with #B2AD9B

Text Example


Text Example

White with #B2AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2AD9B; }

 p { color: rgb(178,173,155); }

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

background-color css

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

 a { background-color: rgb(178,173,155); }

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

border-color css

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

 span { border-color: rgb(178,173,155); }

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