Html Css Color HEX #B2A16D Tallow

📋 copy color: '#B2A16D'

red 178 ◦ green 161 ◦ blue 109

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

Shades of Tallow #B2A16D

Tints of Tallow #B2A16D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.33%

R = 39.73%
G = 35.94%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B2A16D (or 0xB2A16D) is known color: Tallow. HEX triplet: B2, A1 and 6D. RGB value is (178,161,109). Sum of RGB (Red+Green+Blue) = 178+161+109=448 (59% of max value = 765). Red value is 178 (69.92% from 255 or 39.73% from 448); Green value is 161 (63.28% from 255 or 35.94% from 448); Blue value is 109 (42.97% from 255 or 24.33% from 448); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A16D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B2A16D is #4D5E92. Grayscale: #A0A0A0. Windows color (decimal): -5070483 or 7184818. OLE color: 7184818.

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

Color convert

RGB 178 161 109 -
CMYK 0 0.10 0.39 0.30
HSL 45.22º 0.31% 0.56% -
HSV(B) 45.22º 0.39% 0.7% -
XYZ 33.87 36.06 19.64 -
YUV 160.16 99.13 140.73 -
System Red Green Blue C M Y K H S L
Decimal 178 161 109 0 0.10 0.39 0.30 45.22 0.31 0.56
Hex B2 A1 6D 0 A 27 1E 2D 1F 38
Octal 262 241 155 0 12 47 36 55 37 70
Binary 10110010 10100001 1101101 0 1010 100111 11110 101101 11111 111000

Color Harmonies of #B2A16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A16D

Black with #B2A16D

Text Example


Text Example

White with #B2A16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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