Color Hex Logo

#bba263 Color Hex

#BBA263
(187,162,99)
0 Favorites   0 Comments

Color spaces of #bba263

RGB 18716299
HSL0.120.390.56
HSV43°47°73°
CMYK 0.000.130.47   0.27
XYZ35.666037.306317.1254
Yxy37.30630.39590.4141
Hunter Lab61.0789-2.655926.1314
CIE-Lab67.50620.700736.0177

#bba263 color RGB value is (187,162,99).

#bba263 hex color red value is 187, green value is 162 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bba263 hue: 0.12 , saturation: 0.39 and the lightness value of bba263 is 0.56.

The process color (four color CMYK) of #bba263 color hex is 0.00, 0.13, 0.47, 0.27. Web safe color of #bba263 is #cc9966. Color #bba263 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100010 01100011
Octal 273 242 143
Decimal 187 162 99
Hex BB A2 63

RGB Percentages of Color #bba263

%41.74
%36.16
%22.10

CMYK Percentages of Color #bba263

%0
%13
%47
%27

Triadic Colors of #bba263

#bba263 #63bba2 #a263bb

Analogous Colors of #bba263

#bba263 #a8bb63 #bb7663

Monochromatic Colors of #bba263

#bba263

Complementary Color

#bba263 #637cbb

#bba263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba263 Color CSS Codes

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

#bba263 Text Font Color

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

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


#bba263 Background Color

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

This div background color is #bba263


#bba263 Border Color

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

This div border color is #bba263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba263


Comments

No comments written yet.

Please login to write comment.