Color Hex Logo

#bc753d Color Hex

#BC753D
(188,117,61)
0 Favorites   0 Comments

Color spaces of #bc753d

RGB 18811761
HSL0.070.510.49
HSV26°68°74°
CMYK 0.000.380.68   0.26
XYZ27.942623.75097.5265
Yxy23.75090.47180.4011
Hunter Lab48.734917.058524.9578
CIE-Lab55.837522.820741.7771

#bc753d color RGB value is (188,117,61).

#bc753d hex color red value is 188, green value is 117 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #bc753d hue: 0.07 , saturation: 0.51 and the lightness value of bc753d is 0.49.

The process color (four color CMYK) of #bc753d color hex is 0.00, 0.38, 0.68, 0.26. Web safe color of #bc753d is #cc6633. Color #bc753d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110101 00111101
Octal 274 165 75
Decimal 188 117 61
Hex BC 75 3D

RGB Percentages of Color #bc753d

%51.37
%31.97
%16.67

CMYK Percentages of Color #bc753d

%0
%38
%68
%26

Triadic Colors of #bc753d

#bc753d #3dbc75 #753dbc

Analogous Colors of #bc753d

#bc753d #bcb53d #bc3d44

Monochromatic Colors of #bc753d

#bc753d

Complementary Color

#bc753d #3d84bc

#bc753d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc753d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc753d Color CSS Codes

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

#bc753d Text Font Color

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

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


#bc753d Background Color

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

This div background color is #bc753d


#bc753d Border Color

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

This div border color is #bc753d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc753d


Comments

No comments written yet.

Please login to write comment.