Color Hex Logo

#bcb865 Color Hex

#BCB865
(188,184,101)
0 Favorites   0 Comments

Color spaces of #bcb865

RGB 188184101
HSL0.160.390.57
HSV57°46°74°
CMYK 0.000.020.46   0.26
XYZ40.228545.911919.0535
Yxy45.91190.38240.4365
Hunter Lab67.7583-12.600630.7586
CIE-Lab73.4883-10.319042.4233

#bcb865 color RGB value is (188,184,101).

#bcb865 hex color red value is 188, green value is 184 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #bcb865 hue: 0.16 , saturation: 0.39 and the lightness value of bcb865 is 0.57.

The process color (four color CMYK) of #bcb865 color hex is 0.00, 0.02, 0.46, 0.26. Web safe color of #bcb865 is #cccc66. Color #bcb865 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10111000 01100101
Octal 274 270 145
Decimal 188 184 101
Hex BC B8 65

RGB Percentages of Color #bcb865

%39.75
%38.90
%21.35

CMYK Percentages of Color #bcb865

%0
%2
%46
%26

Triadic Colors of #bcb865

#bcb865 #65bcb8 #b865bc

Analogous Colors of #bcb865

#bcb865 #95bc65 #bc8d65

Monochromatic Colors of #bcb865

#bcb865

Complementary Color

#bcb865 #6569bc

#bcb865 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb865 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb865 Color CSS Codes

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

#bcb865 Text Font Color

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

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


#bcb865 Background Color

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

This div background color is #bcb865


#bcb865 Border Color

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

This div border color is #bcb865


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb865


Comments

No comments written yet.

Please login to write comment.