Color Hex Logo

#bba342 Color Hex

#BBA342
(187,163,66)
0 Favorites   0 Comments

Color spaces of #bba342

RGB 18716366
HSL0.130.480.50
HSV48°65°73°
CMYK 0.000.130.65   0.27
XYZ34.574137.152510.5032
Yxy37.15250.42050.4518
Hunter Lab60.9529-5.417532.4503
CIE-Lab67.3913-2.522552.0539

#bba342 color RGB value is (187,163,66).

#bba342 hex color red value is 187, green value is 163 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #bba342 hue: 0.13 , saturation: 0.48 and the lightness value of bba342 is 0.50.

The process color (four color CMYK) of #bba342 color hex is 0.00, 0.13, 0.65, 0.27. Web safe color of #bba342 is #cc9933. Color #bba342 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01000010
Octal 273 243 102
Decimal 187 163 66
Hex BB A3 42

RGB Percentages of Color #bba342

%44.95
%39.18
%15.87

CMYK Percentages of Color #bba342

%0
%13
%65
%27

Triadic Colors of #bba342

#bba342 #42bba3 #a342bb

Analogous Colors of #bba342

#bba342 #97bb42 #bb6742

Monochromatic Colors of #bba342

#bba342

Complementary Color

#bba342 #425abb

#bba342 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba342 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba342 Color CSS Codes

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

#bba342 Text Font Color

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

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


#bba342 Background Color

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

This div background color is #bba342


#bba342 Border Color

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

This div border color is #bba342


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba342


Comments

No comments written yet.

Please login to write comment.