Html Css Color HEX #B2A58F Bison Hide

📋 copy color: '#B2A58F'

red 178 ◦ green 165 ◦ blue 143

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

Shades of Bison Hide #B2A58F

Tints of Bison Hide #B2A58F

RGB

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

 GREEN value IS 165 (64.84% from 255) = 33.95%

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

R = 36.63%
G = 33.95%
B = 29.42%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2A58F (or 0xB2A58F) is known color: Bison Hide. HEX triplet: B2, A5 and 8F. RGB value is (178,165,143). Sum of RGB (Red+Green+Blue) = 178+165+143=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 165 (64.84% from 255 or 33.95% from 486); Blue value is 143 (56.25% from 255 or 29.42% from 486); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A58F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A58F is #4D5A70. Grayscale: #A6A6A6. Windows color (decimal): -5069425 or 9414066. OLE color: 9414066.

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

Color convert

RGB 178 165 143 -
CMYK 0 0.07 0.20 0.30
HSL 37.71º 0.19% 0.63% -
HSV(B) 37.71º 0.2% 0.7% -
XYZ 36.77 38.36 31.45 -
YUV 166.38 114.81 136.29 -
System Red Green Blue C M Y K H S L
Decimal 178 165 143 0 0.07 0.20 0.30 37.71 0.19 0.63
Hex B2 A5 8F 0 7 14 1E 26 13 3F
Octal 262 245 217 0 7 24 36 46 23 77
Binary 10110010 10100101 10001111 0 111 10100 11110 100110 10011 111111

Color Harmonies of #B2A58F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A58F

Black with #B2A58F

Text Example


Text Example

White with #B2A58F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A58F; }

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

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

background-color css

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

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

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

border-color css

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

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

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