Color Hex Logo

#b69d3a Color Hex

#B69D3A
(182,157,58)
0 Favorites   0 Comments

Color spaces of #b69d3a

RGB 18215758
HSL0.130.520.47
HSV48°68°71°
CMYK 0.000.140.68   0.29
XYZ32.112134.36458.9435
Yxy34.36450.42580.4556
Hunter Lab58.6212-4.806731.9893
CIE-Lab65.2509-1.978153.1491

#b69d3a color RGB value is (182,157,58).

#b69d3a hex color red value is 182, green value is 157 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b69d3a hue: 0.13 , saturation: 0.52 and the lightness value of b69d3a is 0.47.

The process color (four color CMYK) of #b69d3a color hex is 0.00, 0.14, 0.68, 0.29. Web safe color of #b69d3a is #cc9933. Color #b69d3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10011101 00111010
Octal 266 235 72
Decimal 182 157 58
Hex B6 9D 3A

RGB Percentages of Color #b69d3a

%45.84
%39.55
%14.61

CMYK Percentages of Color #b69d3a

%0
%14
%68
%29

Triadic Colors of #b69d3a

#b69d3a #3ab69d #9d3ab6

Analogous Colors of #b69d3a

#b69d3a #91b63a #b65f3a

Monochromatic Colors of #b69d3a

#b69d3a

Complementary Color

#b69d3a #3a53b6

#b69d3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b69d3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b69d3a Color CSS Codes

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

#b69d3a Text Font Color

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

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


#b69d3a Background Color

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

This div background color is #b69d3a


#b69d3a Border Color

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

This div border color is #b69d3a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,157,58, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b69d3a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b69d3a;
  -webkit-box-shadow: 1px 1px 3px 2px #b69d3a;
  box-shadow:         1px 1px 3px 2px #b69d3a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,157,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b69d3a


Comments

No comments written yet.

Please login to write comment.