Color Hex Logo

#bcb769 Color Hex

#BCB769
(188,183,105)
0 Favorites   0 Comments

Color spaces of #bcb769

RGB 188183105
HSL0.160.380.57
HSV56°44°74°
CMYK 0.000.030.44   0.26
XYZ40.222345.578320.0421
Yxy45.57830.38000.4306
Hunter Lab67.5117-11.798329.6569
CIE-Lab73.2711-9.401840.1465

#bcb769 color RGB value is (188,183,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10110111 01101001
Octal 274 267 151
Decimal 188 183 105
Hex BC B7 69

RGB Percentages of Color #bcb769

%39.50
%38.45
%22.06

CMYK Percentages of Color #bcb769

%0
%3
%44
%26

Triadic Colors of #bcb769

#bcb769 #69bcb7 #b769bc

Analogous Colors of #bcb769

#bcb769 #98bc69 #bc8e69

Monochromatic Colors of #bcb769

#bcb769

Complementary Color

#bcb769 #696ebc

#bcb769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bcb769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bcb769 Color CSS Codes

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

#bcb769 Text Font Color

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

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


#bcb769 Background Color

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

This div background color is #bcb769


#bcb769 Border Color

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

This div border color is #bcb769


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(188,183,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 #bcb769">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bcb769


Comments

No comments written yet.

Please login to write comment.