Color Hex Logo

#bdb163 Color Hex

#BDB163
(189,177,99)
0 Favorites   0 Comments

Color spaces of #bdb163

RGB 18917799
HSL0.140.410.56
HSV52°48°74°
CMYK 0.000.060.48   0.26
XYZ38.960543.164018.0824
Yxy43.16400.38880.4307
Hunter Lab65.6993-9.121129.6712
CIE-Lab71.6661-6.451241.2154

#bdb163 color RGB value is (189,177,99).

#bdb163 hex color red value is 189, green value is 177 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #bdb163 hue: 0.14 , saturation: 0.41 and the lightness value of bdb163 is 0.56.

The process color (four color CMYK) of #bdb163 color hex is 0.00, 0.06, 0.48, 0.26. Web safe color of #bdb163 is #cc9966. Color #bdb163 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110001 01100011
Octal 275 261 143
Decimal 189 177 99
Hex BD B1 63

RGB Percentages of Color #bdb163

%40.65
%38.06
%21.29

CMYK Percentages of Color #bdb163

%0
%6
%48
%26

Triadic Colors of #bdb163

#bdb163 #63bdb1 #b163bd

Analogous Colors of #bdb163

#bdb163 #9cbd63 #bd8463

Monochromatic Colors of #bdb163

#bdb163

Complementary Color

#bdb163 #636fbd

#bdb163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb163 Color CSS Codes

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

#bdb163 Text Font Color

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

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


#bdb163 Background Color

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

This div background color is #bdb163


#bdb163 Border Color

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

This div border color is #bdb163


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,177,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 #bdb163">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb163


Comments

No comments written yet.

Please login to write comment.