Color Hex Logo

#bcb469 Color Hex

#BCB469
(188,180,105)
0 Favorites   0 Comments

Color spaces of #bcb469

RGB 188180105
HSL0.150.380.57
HSV54°44°74°
CMYK 0.000.040.44   0.26
XYZ39.610144.353819.8381
Yxy44.35380.38160.4273
Hunter Lab66.5986-10.383328.9580
CIE-Lab72.4643-7.838939.1429

#bcb469 color RGB value is (188,180,105).

#bcb469 hex color red value is 188, green value is 180 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #bcb469 hue: 0.15 , saturation: 0.38 and the lightness value of bcb469 is 0.57.

The process color (four color CMYK) of #bcb469 color hex is 0.00, 0.04, 0.44, 0.26. Web safe color of #bcb469 is #cccc66. Color #bcb469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110100 01101001
Octal 274 264 151
Decimal 188 180 105
Hex BC B4 69

RGB Percentages of Color #bcb469

%39.75
%38.05
%22.20

CMYK Percentages of Color #bcb469

%0
%4
%44
%26

Triadic Colors of #bcb469

#bcb469 #69bcb4 #b469bc

Analogous Colors of #bcb469

#bcb469 #9bbc69 #bc8b69

Monochromatic Colors of #bcb469

#bcb469

Complementary Color

#bcb469 #6971bc

#bcb469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb469 Color CSS Codes

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

#bcb469 Text Font Color

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

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


#bcb469 Background Color

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

This div background color is #bcb469


#bcb469 Border Color

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

This div border color is #bcb469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb469


Comments

No comments written yet.

Please login to write comment.