Color Hex Logo

#b2a996 Color Hex

#B2A996
(178,169,150)
0 Favorites   0 Comments

Color spaces of #b2a996

RGB 178169150
HSL0.110.150.64
HSV41°16°70°
CMYK 0.000.050.16   0.30
XYZ38.053140.042934.5776
Yxy40.04290.33770.3554
Hunter Lab63.2795-3.398111.8980
CIE-Lab69.5001-0.020910.9635

#b2a996 color RGB value is (178,169,150).

#b2a996 hex color red value is 178, green value is 169 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #b2a996 hue: 0.11 , saturation: 0.15 and the lightness value of b2a996 is 0.64.

The process color (four color CMYK) of #b2a996 color hex is 0.00, 0.05, 0.16, 0.30. Web safe color of #b2a996 is #999999. Color #b2a996 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10101001 10010110
Octal 262 251 226
Decimal 178 169 150
Hex B2 A9 96

RGB Percentages of Color #b2a996

%35.81
%34.00
%30.18

CMYK Percentages of Color #b2a996

%0
%5
%16
%30

Triadic Colors of #b2a996

#b2a996 #96b2a9 #a996b2

Analogous Colors of #b2a996

#b2a996 #adb296 #b29b96

Monochromatic Colors of #b2a996

#b2a996

Complementary Color

#b2a996 #969fb2

#b2a996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2a996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2a996 Color CSS Codes

.mybgcolor {background-color:#b2a996; } 
.myforecolor {color:#b2a996; }
.mybordercolor {border:3px solid #b2a996; }

#b2a996 Text Font Color

<p style="color:#b2a996">Text here</p>

This sample text font color is #b2a996
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#b2a996 Background Color

<div style="background-color:#b2a996">
Div content here</div>

This div background color is #b2a996


#b2a996 Border Color

<div style="border:3px solid #b2a996">
Div here</div>

This div border color is #b2a996


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,169,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2a996; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2a996;
  -webkit-box-shadow: 1px 1px 3px 2px #b2a996;
  box-shadow:         1px 1px 3px 2px #b2a996; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,169,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2a996">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #b2a996;
  -webkit-box-shadow: 1px 1px 3px 2px #b2a996;
  box-shadow:         1px 1px 3px 2px #b2a996;">
Div content here</div>

This div box has shadow with color #b2a996


Comments

No comments written yet.

Please login to write comment.