Color Hex Logo

#bc7276 Color Hex

#BC7276
(188,114,118)
0 Favorites   0 Comments

Color spaces of #bc7276

RGB 188114118
HSL0.990.360.59
HSV357°39°74°
CMYK 0.000.390.37   0.26
XYZ30.026424.034020.1960
Yxy24.03400.40440.3237
Hunter Lab49.024523.53449.8922
CIE-Lab56.121829.662410.2884

#bc7276 color RGB value is (188,114,118).

#bc7276 hex color red value is 188, green value is 114 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #bc7276 hue: 0.99 , saturation: 0.36 and the lightness value of bc7276 is 0.59.

The process color (four color CMYK) of #bc7276 color hex is 0.00, 0.39, 0.37, 0.26. Web safe color of #bc7276 is #cc6666. Color #bc7276 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111100 01110010 01110110
Octal 274 162 166
Decimal 188 114 118
Hex BC 72 76

RGB Percentages of Color #bc7276

%44.76
%27.14
%28.10

CMYK Percentages of Color #bc7276

%0
%39
%37
%26

Triadic Colors of #bc7276

#bc7276 #76bc72 #7276bc

Analogous Colors of #bc7276

#bc7276 #bc9372 #bc729b

Monochromatic Colors of #bc7276

#bc7276

Complementary Color

#bc7276 #72bcb8

#bc7276 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bc7276 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bc7276 Color CSS Codes

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

#bc7276 Text Font Color

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

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


#bc7276 Background Color

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

This div background color is #bc7276


#bc7276 Border Color

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

This div border color is #bc7276


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bc7276


Comments

No comments written yet.

Please login to write comment.