Color Hex Logo

#bba453 Color Hex

#BBA453
(187,164,83)
0 Favorites   0 Comments

Color spaces of #bba453

RGB 18716483
HSL0.130.430.53
HSV47°56°73°
CMYK 0.000.120.56   0.27
XYZ35.330337.740213.6061
Yxy37.74020.40760.4354
Hunter Lab61.4331-4.852129.8717
CIE-Lab67.8287-1.824544.5427

#bba453 color RGB value is (187,164,83).

#bba453 hex color red value is 187, green value is 164 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #bba453 hue: 0.13 , saturation: 0.43 and the lightness value of bba453 is 0.53.

The process color (four color CMYK) of #bba453 color hex is 0.00, 0.12, 0.56, 0.27. Web safe color of #bba453 is #cc9966. Color #bba453 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01010011
Octal 273 244 123
Decimal 187 164 83
Hex BB A4 53

RGB Percentages of Color #bba453

%43.09
%37.79
%19.12

CMYK Percentages of Color #bba453

%0
%12
%56
%27

Triadic Colors of #bba453

#bba453 #53bba4 #a453bb

Analogous Colors of #bba453

#bba453 #9ebb53 #bb7053

Monochromatic Colors of #bba453

#bba453

Complementary Color

#bba453 #536abb

#bba453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba453 Color CSS Codes

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

#bba453 Text Font Color

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

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


#bba453 Background Color

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

This div background color is #bba453


#bba453 Border Color

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

This div border color is #bba453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba453


Comments

No comments written yet.

Please login to write comment.