Color Hex Logo

#bc9822 Color Hex

#BC9822
(188,152,34)
0 Favorites   0 Comments

Color spaces of #bc9822

RGB 18815234
HSL0.130.690.44
HSV46°82°74°
CMYK 0.000.190.82   0.26
XYZ32.256033.26336.2338
Yxy33.26330.44950.4636
Hunter Lab57.6743-1.099033.9636
CIE-Lab64.37352.322961.4917

#bc9822 color RGB value is (188,152,34).

#bc9822 hex color red value is 188, green value is 152 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #bc9822 hue: 0.13 , saturation: 0.69 and the lightness value of bc9822 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10111100 10011000 00100010
Octal 274 230 42
Decimal 188 152 34
Hex BC 98 22

RGB Percentages of Color #bc9822

%50.27
%40.64
%9.09

CMYK Percentages of Color #bc9822

%0
%19
%82
%26

Triadic Colors of #bc9822

#bc9822 #22bc98 #9822bc

Analogous Colors of #bc9822

#bc9822 #93bc22 #bc4b22

Monochromatic Colors of #bc9822

#bc9822

Complementary Color

#bc9822 #2246bc

#bc9822 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc9822 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc9822 Color CSS Codes

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

#bc9822 Text Font Color

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

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


#bc9822 Background Color

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

This div background color is #bc9822


#bc9822 Border Color

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

This div border color is #bc9822


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc9822


Comments

No comments written yet.

Please login to write comment.