Color Hex Logo

#bcb728 Color Hex

#BCB728
(188,183,40)
0 Favorites   0 Comments

Color spaces of #bcb728

RGB 18818340
HSL0.160.650.45
HSV58°79°74°
CMYK 0.000.030.79   0.26
XYZ38.055544.71158.6319
Yxy44.71150.41640.4892
Hunter Lab66.8667-15.427839.1528
CIE-Lab72.7015-13.812567.0167

#bcb728 color RGB value is (188,183,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 00101000
Octal 274 267 50
Decimal 188 183 40
Hex BC B7 28

RGB Percentages of Color #bcb728

%45.74
%44.53
%9.73

CMYK Percentages of Color #bcb728

%0
%3
%79
%26

Triadic Colors of #bcb728

#bcb728 #28bcb7 #b728bc

Analogous Colors of #bcb728

#bcb728 #77bc28 #bc6d28

Monochromatic Colors of #bcb728

#bcb728

Complementary Color

#bcb728 #282dbc

#bcb728 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb728 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb728 Color CSS Codes

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

#bcb728 Text Font Color

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

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


#bcb728 Background Color

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

This div background color is #bcb728


#bcb728 Border Color

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

This div border color is #bcb728


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb728


Comments

No comments written yet.

Please login to write comment.