Color Hex Logo

#bba730 Color Hex

#BBA730
(187,167,48)
0 Favorites   0 Comments

Color spaces of #bba730

RGB 18716748
HSL0.140.590.46
HSV51°74°73°
CMYK 0.000.110.74   0.27
XYZ34.845738.41568.3747
Yxy38.41560.42680.4706
Hunter Lab61.9803-8.111835.3750
CIE-Lab68.3258-5.618560.3344

#bba730 color RGB value is (187,167,48).

#bba730 hex color red value is 187, green value is 167 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bba730 hue: 0.14 , saturation: 0.59 and the lightness value of bba730 is 0.46.

The process color (four color CMYK) of #bba730 color hex is 0.00, 0.11, 0.74, 0.27. Web safe color of #bba730 is #cc9933. Color #bba730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100111 00110000
Octal 273 247 60
Decimal 187 167 48
Hex BB A7 30

RGB Percentages of Color #bba730

%46.52
%41.54
%11.94

CMYK Percentages of Color #bba730

%0
%11
%74
%27

Triadic Colors of #bba730

#bba730 #30bba7 #a730bb

Analogous Colors of #bba730

#bba730 #8abb30 #bb6230

Monochromatic Colors of #bba730

#bba730

Complementary Color

#bba730 #3044bb

#bba730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba730 Color CSS Codes

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

#bba730 Text Font Color

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

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


#bba730 Background Color

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

This div background color is #bba730


#bba730 Border Color

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

This div border color is #bba730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba730


Comments

No comments written yet.

Please login to write comment.