Html Css Color HEX #B2A16E Tallow

📋 copy color: '#B2A16E'

red 178 ◦ green 161 ◦ blue 110

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

Shades of Tallow #B2A16E

Tints of Tallow #B2A16E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.86%

 BLUE value IS 110 (43.36% from 255) = 24.5%

R = 39.64%
G = 35.86%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B2A16E (or 0xB2A16E) is known color: Tallow. HEX triplet: B2, A1 and 6E. RGB value is (178,161,110). Sum of RGB (Red+Green+Blue) = 178+161+110=449 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.64% from 449); Green value is 161 (63.28% from 255 or 35.86% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A16E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A16E is #4D5E91. Grayscale: #A0A0A0. Windows color (decimal): -5070482 or 7250354. OLE color: 7250354.

HSL color Cylindrical-coordinate representation of color #B2A16E: hue angle of 45º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B2A16E is Cyan = 0, Magento = 0.10, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 161 110 -
CMYK 0 0.10 0.38 0.30
HSL 45º 0.31% 0.56% -
HSV(B) 45º 0.38% 0.7% -
XYZ 33.92 36.08 19.93 -
YUV 160.27 99.63 140.65 -
System Red Green Blue C M Y K H S L
Decimal 178 161 110 0 0.10 0.38 0.30 45 0.31 0.56
Hex B2 A1 6E 0 A 26 1E 2D 1F 38
Octal 262 241 156 0 12 46 36 55 37 70
Binary 10110010 10100001 1101110 0 1010 100110 11110 101101 11111 111000

Color Harmonies of #B2A16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A16E

Black with #B2A16E

Text Example


Text Example

White with #B2A16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A16E; }

 p { color: rgb(178,161,110); }

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

background-color css

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

 a { background-color: rgb(178,161,110); }

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

border-color css

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

 span { border-color: rgb(178,161,110); }

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