Color Hex Logo

#bba148 Color Hex

#BBA148
(187,161,72)
0 Favorites   0 Comments

Color spaces of #bba148

RGB 18716172
HSL0.130.460.51
HSV46°61°73°
CMYK 0.000.140.61   0.27
XYZ34.408136.522411.3669
Yxy36.52240.41810.4438
Hunter Lab60.4338-4.129731.1519
CIE-Lab66.9172-1.051048.7881

#bba148 color RGB value is (187,161,72).

#bba148 hex color red value is 187, green value is 161 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #bba148 hue: 0.13 , saturation: 0.46 and the lightness value of bba148 is 0.51.

The process color (four color CMYK) of #bba148 color hex is 0.00, 0.14, 0.61, 0.27. Web safe color of #bba148 is #cc9933. Color #bba148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100001 01001000
Octal 273 241 110
Decimal 187 161 72
Hex BB A1 48

RGB Percentages of Color #bba148

%44.52
%38.33
%17.14

CMYK Percentages of Color #bba148

%0
%14
%61
%27

Triadic Colors of #bba148

#bba148 #48bba1 #a148bb

Analogous Colors of #bba148

#bba148 #9cbb48 #bb6848

Monochromatic Colors of #bba148

#bba148

Complementary Color

#bba148 #4862bb

#bba148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba148 Color CSS Codes

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

#bba148 Text Font Color

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

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


#bba148 Background Color

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

This div background color is #bba148


#bba148 Border Color

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

This div border color is #bba148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba148


Comments

No comments written yet.

Please login to write comment.