Color Hex Logo

#bba271 Color Hex

#BBA271
(187,162,113)
0 Favorites   0 Comments

Color spaces of #bba271

RGB 187162113
HSL0.110.350.59
HSV40°40°73°
CMYK 0.000.130.40   0.27
XYZ36.394537.597720.9617
Yxy37.59770.38330.3960
Hunter Lab61.3170-1.356522.6531
CIE-Lab67.72312.204928.8669

#bba271 color RGB value is (187,162,113).

#bba271 hex color red value is 187, green value is 162 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #bba271 hue: 0.11 , saturation: 0.35 and the lightness value of bba271 is 0.59.

The process color (four color CMYK) of #bba271 color hex is 0.00, 0.13, 0.40, 0.27. Web safe color of #bba271 is #cc9966. Color #bba271 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 01110001
Octal 273 242 161
Decimal 187 162 113
Hex BB A2 71

RGB Percentages of Color #bba271

%40.48
%35.06
%24.46

CMYK Percentages of Color #bba271

%0
%13
%40
%27

Triadic Colors of #bba271

#bba271 #71bba2 #a271bb

Analogous Colors of #bba271

#bba271 #afbb71 #bb7d71

Monochromatic Colors of #bba271

#bba271

Complementary Color

#bba271 #718abb

#bba271 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba271 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba271 Color CSS Codes

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

#bba271 Text Font Color

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

This sample text font color is #bba271
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.


#bba271 Background Color

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

This div background color is #bba271


#bba271 Border Color

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

This div border color is #bba271


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(187,162,113, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bba271; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bba271;
  -webkit-box-shadow: 1px 1px 3px 2px #bba271;
  box-shadow:         1px 1px 3px 2px #bba271; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,162,113, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba271


Comments

No comments written yet.

Please login to write comment.