Color Hex Logo

#bba448 Color Hex

#BBA448
(187,164,72)
0 Favorites   0 Comments

Color spaces of #bba448

RGB 18716472
HSL0.130.460.51
HSV48°61°73°
CMYK 0.000.120.61   0.27
XYZ34.938737.583611.5438
Yxy37.58360.41560.4471
Hunter Lab61.3055-5.555331.7495
CIE-Lab67.7126-2.657249.6736

#bba448 color RGB value is (187,164,72).

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

The process color (four color CMYK) of #bba448 color hex is 0.00, 0.12, 0.61, 0.27. Web safe color of #bba448 is #cc9933. Color #bba448 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100100 01001000
Octal 273 244 110
Decimal 187 164 72
Hex BB A4 48

RGB Percentages of Color #bba448

%44.21
%38.77
%17.02

CMYK Percentages of Color #bba448

%0
%12
%61
%27

Triadic Colors of #bba448

#bba448 #48bba4 #a448bb

Analogous Colors of #bba448

#bba448 #99bb48 #bb6b48

Monochromatic Colors of #bba448

#bba448

Complementary Color

#bba448 #485fbb

#bba448 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba448 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba448 Color CSS Codes

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

#bba448 Text Font Color

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

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


#bba448 Background Color

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

This div background color is #bba448


#bba448 Border Color

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

This div border color is #bba448


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba448


Comments

No comments written yet.

Please login to write comment.