Color Hex Logo

#b6738f Color Hex

#B6738F
(182,115,143)
0 Favorites   0 Comments

Color spaces of #b6738f

RGB 182115143
HSL0.930.310.58
HSV335°37°71°
CMYK 0.000.370.21   0.29
XYZ30.380124.189729.0545
Yxy24.18970.36330.2893
Hunter Lab49.183024.1882-0.5970
CIE-Lab56.277230.3244-4.1441

#b6738f color RGB value is (182,115,143).

#b6738f hex color red value is 182, green value is 115 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #b6738f hue: 0.93 , saturation: 0.31 and the lightness value of b6738f is 0.58.

The process color (four color CMYK) of #b6738f color hex is 0.00, 0.37, 0.21, 0.29. Web safe color of #b6738f is #cc6699. Color #b6738f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 10001111
Octal 266 163 217
Decimal 182 115 143
Hex B6 73 8F

RGB Percentages of Color #b6738f

%41.36
%26.14
%32.50

CMYK Percentages of Color #b6738f

%0
%37
%21
%29

Triadic Colors of #b6738f

#b6738f #8fb673 #738fb6

Analogous Colors of #b6738f

#b6738f #b67973 #b673b1

Monochromatic Colors of #b6738f

#b6738f

Complementary Color

#b6738f #73b69a

#b6738f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6738f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6738f Color CSS Codes

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

#b6738f Text Font Color

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

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


#b6738f Background Color

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

This div background color is #b6738f


#b6738f Border Color

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

This div border color is #b6738f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,115,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6738f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6738f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6738f;
  box-shadow:         1px 1px 3px 2px #b6738f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,115,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6738f


Comments

No comments written yet.

Please login to write comment.