Color Hex Logo

#bba334 Color Hex

#BBA334
(187,163,52)
0 Favorites   0 Comments

Color spaces of #bba334

RGB 18716352
HSL0.140.560.47
HSV49°72°73°
CMYK 0.000.130.72   0.27
XYZ34.210537.00718.5888
Yxy37.00710.42870.4637
Hunter Lab60.8335-6.076734.2125
CIE-Lab67.2824-3.308657.8166

#bba334 color RGB value is (187,163,52).

#bba334 hex color red value is 187, green value is 163 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bba334 hue: 0.14 , saturation: 0.56 and the lightness value of bba334 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100011 00110100
Octal 273 243 64
Decimal 187 163 52
Hex BB A3 34

RGB Percentages of Color #bba334

%46.52
%40.55
%12.94

CMYK Percentages of Color #bba334

%0
%13
%72
%27

Triadic Colors of #bba334

#bba334 #34bba3 #a334bb

Analogous Colors of #bba334

#bba334 #90bb34 #bb5f34

Monochromatic Colors of #bba334

#bba334

Complementary Color

#bba334 #344cbb

#bba334 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba334 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba334 Color CSS Codes

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

#bba334 Text Font Color

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

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


#bba334 Background Color

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

This div background color is #bba334


#bba334 Border Color

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

This div border color is #bba334


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba334


Comments

No comments written yet.

Please login to write comment.