Color Hex Logo

#bba341 Color Hex

#BBA341
(187,163,65)
0 Favorites   0 Comments

Color spaces of #bba341

RGB 18716365
HSL0.130.480.49
HSV48°65°73°
CMYK 0.000.130.65   0.27
XYZ34.544837.140810.3492
Yxy37.14080.42110.4527
Hunter Lab60.9433-5.470632.5918
CIE-Lab67.3825-2.585652.4893

#bba341 color RGB value is (187,163,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 01000001
Octal 273 243 101
Decimal 187 163 65
Hex BB A3 41

RGB Percentages of Color #bba341

%45.06
%39.28
%15.66

CMYK Percentages of Color #bba341

%0
%13
%65
%27

Triadic Colors of #bba341

#bba341 #41bba3 #a341bb

Analogous Colors of #bba341

#bba341 #96bb41 #bb6641

Monochromatic Colors of #bba341

#bba341

Complementary Color

#bba341 #4159bb

#bba341 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba341 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba341 Color CSS Codes

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

#bba341 Text Font Color

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

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


#bba341 Background Color

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

This div background color is #bba341


#bba341 Border Color

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

This div border color is #bba341


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba341


Comments

No comments written yet.

Please login to write comment.