Color Hex Logo

#bc9930 Color Hex

#BC9930
(188,153,48)
0 Favorites   0 Comments

Color spaces of #bc9930

RGB 18815348
HSL0.130.590.46
HSV45°74°74°
CMYK 0.000.190.74   0.26
XYZ32.663833.68727.5770
Yxy33.68720.44180.4557
Hunter Lab58.0407-1.116032.8884
CIE-Lab64.71352.321156.8974

#bc9930 color RGB value is (188,153,48).

#bc9930 hex color red value is 188, green value is 153 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #bc9930 hue: 0.13 , saturation: 0.59 and the lightness value of bc9930 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011001 00110000
Octal 274 231 60
Decimal 188 153 48
Hex BC 99 30

RGB Percentages of Color #bc9930

%48.33
%39.33
%12.34

CMYK Percentages of Color #bc9930

%0
%19
%74
%26

Triadic Colors of #bc9930

#bc9930 #30bc99 #9930bc

Analogous Colors of #bc9930

#bc9930 #99bc30 #bc5330

Monochromatic Colors of #bc9930

#bc9930

Complementary Color

#bc9930 #3053bc

#bc9930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9930 Color CSS Codes

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

#bc9930 Text Font Color

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

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


#bc9930 Background Color

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

This div background color is #bc9930


#bc9930 Border Color

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

This div border color is #bc9930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9930


Comments

No comments written yet.

Please login to write comment.