Html Css Color HEX #B2A88F Bison Hide

📋 copy color: '#B2A88F'

red 178 ◦ green 168 ◦ blue 143

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

Shades of Bison Hide #B2A88F

Tints of Bison Hide #B2A88F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 29.24%

R = 36.4%
G = 34.36%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2A88F (or 0xB2A88F) is known color: Bison Hide. HEX triplet: B2, A8 and 8F. RGB value is (178,168,143). Sum of RGB (Red+Green+Blue) = 178+168+143=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 168 (66.02% from 255 or 34.36% from 489); Blue value is 143 (56.25% from 255 or 29.24% from 489); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A88F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A88F is #4D5770. Grayscale: #A8A8A8. Windows color (decimal): -5068657 or 9414834. OLE color: 9414834.

HSL color Cylindrical-coordinate representation of color #B2A88F: hue angle of 42.86º 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 #B2A88F is Cyan = 0, Magento = 0.06, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 168 143 -
CMYK 0 0.06 0.20 0.30
HSL 42.86º 0.19% 0.63% -
HSV(B) 42.86º 0.2% 0.7% -
XYZ 37.32 39.45 31.63 -
YUV 168.14 113.81 135.03 -
System Red Green Blue C M Y K H S L
Decimal 178 168 143 0 0.06 0.20 0.30 42.86 0.19 0.63
Hex B2 A8 8F 0 6 14 1E 2B 13 3F
Octal 262 250 217 0 6 24 36 53 23 77
Binary 10110010 10101000 10001111 0 110 10100 11110 101011 10011 111111

Color Harmonies of #B2A88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A88F

Black with #B2A88F

Text Example


Text Example

White with #B2A88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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