Color Hex Logo

#bba371 Color Hex

#BBA371
(187,163,113)
0 Favorites   0 Comments

Color spaces of #bba371

RGB 187163113
HSL0.110.350.59
HSV41°40°73°
CMYK 0.000.130.40   0.27
XYZ36.571337.951421.0206
Yxy37.95140.38280.3972
Hunter Lab61.6047-1.842722.8925
CIE-Lab67.98481.663729.2101

#bba371 color RGB value is (187,163,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01110001
Octal 273 243 161
Decimal 187 163 113
Hex BB A3 71

RGB Percentages of Color #bba371

%40.39
%35.21
%24.41

CMYK Percentages of Color #bba371

%0
%13
%40
%27

Triadic Colors of #bba371

#bba371 #71bba3 #a371bb

Analogous Colors of #bba371

#bba371 #aebb71 #bb7e71

Monochromatic Colors of #bba371

#bba371

Complementary Color

#bba371 #7189bb

#bba371 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba371 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba371 Color CSS Codes

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

#bba371 Text Font Color

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

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


#bba371 Background Color

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

This div background color is #bba371


#bba371 Border Color

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

This div border color is #bba371


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,163,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 #bba371">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba371


Comments

No comments written yet.

Please login to write comment.