Color Hex Logo

#bdb761 Color Hex

#BDB761
(189,183,97)
0 Favorites   0 Comments

Color spaces of #bdb761

RGB 18918397
HSL0.160.410.56
HSV56°49°74°
CMYK 0.000.030.49   0.26
XYZ40.077445.548917.9888
Yxy45.54890.38680.4396
Hunter Lab67.4899-12.109131.4398
CIE-Lab73.2519-9.770444.1394

#bdb761 color RGB value is (189,183,97).

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

The process color (four color CMYK) of #bdb761 color hex is 0.00, 0.03, 0.49, 0.26. Web safe color of #bdb761 is #cccc66. Color #bdb761 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10110111 01100001
Octal 275 267 141
Decimal 189 183 97
Hex BD B7 61

RGB Percentages of Color #bdb761

%40.30
%39.02
%20.68

CMYK Percentages of Color #bdb761

%0
%3
%49
%26

Triadic Colors of #bdb761

#bdb761 #61bdb7 #b761bd

Analogous Colors of #bdb761

#bdb761 #95bd61 #bd8961

Monochromatic Colors of #bdb761

#bdb761

Complementary Color

#bdb761 #6167bd

#bdb761 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdb761 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdb761 Color CSS Codes

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

#bdb761 Text Font Color

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

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


#bdb761 Background Color

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

This div background color is #bdb761


#bdb761 Border Color

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

This div border color is #bdb761


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,183,97, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdb761


Comments

No comments written yet.

Please login to write comment.