Color Hex Logo

#bc984a Color Hex

#BC984A
(188,152,74)
0 Favorites   0 Comments

Color spaces of #bc984a

RGB 18815274
HSL0.110.460.51
HSV41°61°74°
CMYK 0.000.190.61   0.26
XYZ33.203333.642311.2222
Yxy33.64230.42530.4309
Hunter Lab58.00200.679129.1300
CIE-Lab64.67764.393445.3282

#bc984a color RGB value is (188,152,74).

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

The process color (four color CMYK) of #bc984a color hex is 0.00, 0.19, 0.61, 0.26. Web safe color of #bc984a is #cc9933. Color #bc984a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 01001010
Octal 274 230 112
Decimal 188 152 74
Hex BC 98 4A

RGB Percentages of Color #bc984a

%45.41
%36.71
%17.87

CMYK Percentages of Color #bc984a

%0
%19
%61
%26

Triadic Colors of #bc984a

#bc984a #4abc98 #984abc

Analogous Colors of #bc984a

#bc984a #a7bc4a #bc5f4a

Monochromatic Colors of #bc984a

#bc984a

Complementary Color

#bc984a #4a6ebc

#bc984a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc984a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc984a Color CSS Codes

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

#bc984a Text Font Color

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

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


#bc984a Background Color

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

This div background color is #bc984a


#bc984a Border Color

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

This div border color is #bc984a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc984a


Comments

No comments written yet.

Please login to write comment.