Color Hex Logo

#bc984d Color Hex

#BC984D
(188,152,77)
0 Favorites   0 Comments

Color spaces of #bc984d

RGB 18815277
HSL0.110.450.52
HSV41°59°74°
CMYK 0.000.190.59   0.26
XYZ33.306833.683711.7673
Yxy33.68370.42290.4277
Hunter Lab58.03770.872128.6051
CIE-Lab64.71074.616343.8909

#bc984d color RGB value is (188,152,77).

#bc984d hex color red value is 188, green value is 152 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #bc984d hue: 0.11 , saturation: 0.45 and the lightness value of bc984d is 0.52.

The process color (four color CMYK) of #bc984d color hex is 0.00, 0.19, 0.59, 0.26. Web safe color of #bc984d is #cc9966. Color #bc984d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01001101
Octal 274 230 115
Decimal 188 152 77
Hex BC 98 4D

RGB Percentages of Color #bc984d

%45.08
%36.45
%18.47

CMYK Percentages of Color #bc984d

%0
%19
%59
%26

Triadic Colors of #bc984d

#bc984d #4dbc98 #984dbc

Analogous Colors of #bc984d

#bc984d #a9bc4d #bc614d

Monochromatic Colors of #bc984d

#bc984d

Complementary Color

#bc984d #4d71bc

#bc984d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc984d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc984d Color CSS Codes

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

#bc984d Text Font Color

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

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


#bc984d Background Color

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

This div background color is #bc984d


#bc984d Border Color

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

This div border color is #bc984d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc984d


Comments

No comments written yet.

Please login to write comment.