Color Hex Logo

#bcb72d Color Hex

#BCB72D
(188,183,45)
0 Favorites   0 Comments

Color spaces of #bcb72d

RGB 18818345
HSL0.160.610.46
HSV58°76°74°
CMYK 0.000.030.76   0.26
XYZ38.146244.74789.1093
Yxy44.74780.41460.4864
Hunter Lab66.8938-15.274538.7518
CIE-Lab72.7255-13.623465.5025

#bcb72d color RGB value is (188,183,45).

#bcb72d hex color red value is 188, green value is 183 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #bcb72d hue: 0.16 , saturation: 0.61 and the lightness value of bcb72d is 0.46.

The process color (four color CMYK) of #bcb72d color hex is 0.00, 0.03, 0.76, 0.26. Web safe color of #bcb72d is #cccc33. Color #bcb72d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 00101101
Octal 274 267 55
Decimal 188 183 45
Hex BC B7 2D

RGB Percentages of Color #bcb72d

%45.19
%43.99
%10.82

CMYK Percentages of Color #bcb72d

%0
%3
%76
%26

Triadic Colors of #bcb72d

#bcb72d #2dbcb7 #b72dbc

Analogous Colors of #bcb72d

#bcb72d #7abc2d #bc702d

Monochromatic Colors of #bcb72d

#bcb72d

Complementary Color

#bcb72d #2d32bc

#bcb72d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb72d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb72d Color CSS Codes

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

#bcb72d Text Font Color

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

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


#bcb72d Background Color

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

This div background color is #bcb72d


#bcb72d Border Color

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

This div border color is #bcb72d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb72d


Comments

No comments written yet.

Please login to write comment.