Color Hex Logo

#bcb726 Color Hex

#BCB726
(188,183,38)
0 Favorites   0 Comments

Color spaces of #bcb726

RGB 18818338
HSL0.160.660.44
HSV58°80°74°
CMYK 0.000.030.80   0.26
XYZ38.022444.69838.4574
Yxy44.69830.41700.4902
Hunter Lab66.8568-15.483939.2996
CIE-Lab72.6928-13.881767.5846

#bcb726 color RGB value is (188,183,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 00100110
Octal 274 267 46
Decimal 188 183 38
Hex BC B7 26

RGB Percentages of Color #bcb726

%45.97
%44.74
%9.29

CMYK Percentages of Color #bcb726

%0
%3
%80
%26

Triadic Colors of #bcb726

#bcb726 #26bcb7 #b726bc

Analogous Colors of #bcb726

#bcb726 #76bc26 #bc6c26

Monochromatic Colors of #bcb726

#bcb726

Complementary Color

#bcb726 #262bbc

#bcb726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb726 Color CSS Codes

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

#bcb726 Text Font Color

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

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


#bcb726 Background Color

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

This div background color is #bcb726


#bcb726 Border Color

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

This div border color is #bcb726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb726


Comments

No comments written yet.

Please login to write comment.