Color Hex Logo

#bc8234 Color Hex

#BC8234
(188,130,52)
0 Favorites   0 Comments

Color spaces of #bc8234

RGB 18813052
HSL0.100.570.47
HSV34°72°74°
CMYK 0.000.310.72   0.26
XYZ29.341526.90466.8954
Yxy26.90460.46470.4261
Hunter Lab51.869610.201628.4269
CIE-Lab58.885915.139049.3944

#bc8234 color RGB value is (188,130,52).

#bc8234 hex color red value is 188, green value is 130 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #bc8234 hue: 0.10 , saturation: 0.57 and the lightness value of bc8234 is 0.47.

The process color (four color CMYK) of #bc8234 color hex is 0.00, 0.31, 0.72, 0.26. Web safe color of #bc8234 is #cc9933. Color #bc8234 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 10000010 00110100
Octal 274 202 64
Decimal 188 130 52
Hex BC 82 34

RGB Percentages of Color #bc8234

%50.81
%35.14
%14.05

CMYK Percentages of Color #bc8234

%0
%31
%72
%26

Triadic Colors of #bc8234

#bc8234 #34bc82 #8234bc

Analogous Colors of #bc8234

#bc8234 #b2bc34 #bc3e34

Monochromatic Colors of #bc8234

#bc8234

Complementary Color

#bc8234 #346ebc

#bc8234 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc8234 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc8234 Color CSS Codes

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

#bc8234 Text Font Color

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

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


#bc8234 Background Color

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

This div background color is #bc8234


#bc8234 Border Color

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

This div border color is #bc8234


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc8234


Comments

No comments written yet.

Please login to write comment.