Color Hex Logo

#bba069 Color Hex

#BBA069
(187,160,105)
0 Favorites   0 Comments

Color spaces of #bba069

RGB 187160105
HSL0.110.380.57
HSV40°44°73°
CMYK 0.000.140.44   0.27
XYZ35.614136.726318.5764
Yxy36.72630.39170.4040
Hunter Lab60.6022-1.154824.2474
CIE-Lab67.07122.400732.3009

#bba069 color RGB value is (187,160,105).

#bba069 hex color red value is 187, green value is 160 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bba069 hue: 0.11 , saturation: 0.38 and the lightness value of bba069 is 0.57.

The process color (four color CMYK) of #bba069 color hex is 0.00, 0.14, 0.44, 0.27. Web safe color of #bba069 is #cc9966. Color #bba069 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10100000 01101001
Octal 273 240 151
Decimal 187 160 105
Hex BB A0 69

RGB Percentages of Color #bba069

%41.37
%35.40
%23.23

CMYK Percentages of Color #bba069

%0
%14
%44
%27

Triadic Colors of #bba069

#bba069 #69bba0 #a069bb

Analogous Colors of #bba069

#bba069 #adbb69 #bb7769

Monochromatic Colors of #bba069

#bba069

Complementary Color

#bba069 #6984bb

#bba069 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bba069 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bba069 Color CSS Codes

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

#bba069 Text Font Color

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

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


#bba069 Background Color

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

This div background color is #bba069


#bba069 Border Color

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

This div border color is #bba069


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bba069


Comments

No comments written yet.

Please login to write comment.