Color Hex Logo

#bcb775 Color Hex

#BCB775
(188,183,117)
0 Favorites   0 Comments

Color spaces of #bcb775

RGB 188183117
HSL0.150.350.60
HSV56°38°74°
CMYK 0.000.030.38   0.26
XYZ40.883445.842723.5234
Yxy45.84270.37080.4158
Hunter Lab67.7072-10.704726.7961
CIE-Lab73.4433-8.099034.2047

#bcb775 color RGB value is (188,183,117).

#bcb775 hex color red value is 188, green value is 183 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #bcb775 hue: 0.15 , saturation: 0.35 and the lightness value of bcb775 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01110101
Octal 274 267 165
Decimal 188 183 117
Hex BC B7 75

RGB Percentages of Color #bcb775

%38.52
%37.50
%23.98

CMYK Percentages of Color #bcb775

%0
%3
%38
%26

Triadic Colors of #bcb775

#bcb775 #75bcb7 #b775bc

Analogous Colors of #bcb775

#bcb775 #9ebc75 #bc9475

Monochromatic Colors of #bcb775

#bcb775

Complementary Color

#bcb775 #757abc

#bcb775 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb775 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb775 Color CSS Codes

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

#bcb775 Text Font Color

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

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


#bcb775 Background Color

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

This div background color is #bcb775


#bcb775 Border Color

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

This div border color is #bcb775


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb775


Comments

No comments written yet.

Please login to write comment.