Color Hex Logo

#bcb752 Color Hex

#BCB752
(188,183,82)
0 Favorites   0 Comments

Color spaces of #bcb752

RGB 18818382
HSL0.160.440.53
HSV57°56°74°
CMYK 0.000.030.56   0.26
XYZ39.195545.167514.6350
Yxy45.16750.39590.4562
Hunter Lab67.2068-13.509334.1337
CIE-Lab73.0020-11.464251.0029

#bcb752 color RGB value is (188,183,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01010010
Octal 274 267 122
Decimal 188 183 82
Hex BC B7 52

RGB Percentages of Color #bcb752

%41.50
%40.40
%18.10

CMYK Percentages of Color #bcb752

%0
%3
%56
%26

Triadic Colors of #bcb752

#bcb752 #52bcb7 #b752bc

Analogous Colors of #bcb752

#bcb752 #8cbc52 #bc8252

Monochromatic Colors of #bcb752

#bcb752

Complementary Color

#bcb752 #5257bc

#bcb752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb752 Color CSS Codes

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

#bcb752 Text Font Color

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

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


#bcb752 Background Color

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

This div background color is #bcb752


#bcb752 Border Color

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

This div border color is #bcb752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb752


Comments

No comments written yet.

Please login to write comment.