Color Hex Logo

#bcb748 Color Hex

#BCB748
(188,183,72)
0 Favorites   0 Comments

Color spaces of #bcb748

RGB 18818372
HSL0.160.460.51
HSV57°62°74°
CMYK 0.000.030.62   0.26
XYZ38.842245.026212.7746
Yxy45.02620.40190.4659
Hunter Lab67.1016-14.101835.6836
CIE-Lab72.9091-12.185355.3819

#bcb748 color RGB value is (188,183,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01001000
Octal 274 267 110
Decimal 188 183 72
Hex BC B7 48

RGB Percentages of Color #bcb748

%42.44
%41.31
%16.25

CMYK Percentages of Color #bcb748

%0
%3
%62
%26

Triadic Colors of #bcb748

#bcb748 #48bcb7 #b748bc

Analogous Colors of #bcb748

#bcb748 #87bc48 #bc7d48

Monochromatic Colors of #bcb748

#bcb748

Complementary Color

#bcb748 #484dbc

#bcb748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb748 Color CSS Codes

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

#bcb748 Text Font Color

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

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


#bcb748 Background Color

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

This div background color is #bcb748


#bcb748 Border Color

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

This div border color is #bcb748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb748


Comments

No comments written yet.

Please login to write comment.