Color Hex Logo

#b6476d Color Hex

#B6476D
(182,71,109)
0 Favorites   0 Comments

Color spaces of #b6476d

RGB 18271109
HSL0.940.440.50
HSV339°61°71°
CMYK 0.000.610.40   0.29
XYZ24.305015.555716.1895
Yxy15.55570.43360.2775
Hunter Lab39.440740.97783.2713
CIE-Lab46.386148.45701.6073

#b6476d color RGB value is (182,71,109).

#b6476d hex color red value is 182, green value is 71 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b6476d hue: 0.94 , saturation: 0.44 and the lightness value of b6476d is 0.50.

The process color (four color CMYK) of #b6476d color hex is 0.00, 0.61, 0.40, 0.29. Web safe color of #b6476d is #cc3366. Color #b6476d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01000111 01101101
Octal 266 107 155
Decimal 182 71 109
Hex B6 47 6D

RGB Percentages of Color #b6476d

%50.28
%19.61
%30.11

CMYK Percentages of Color #b6476d

%0
%61
%40
%29

Triadic Colors of #b6476d

#b6476d #6db647 #476db6

Analogous Colors of #b6476d

#b6476d #b65847 #b647a5

Monochromatic Colors of #b6476d

#b6476d

Complementary Color

#b6476d #47b690

#b6476d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6476d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6476d Color CSS Codes

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

#b6476d Text Font Color

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

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


#b6476d Background Color

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

This div background color is #b6476d


#b6476d Border Color

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

This div border color is #b6476d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6476d


Comments

No comments written yet.

Please login to write comment.