Color Hex Logo

#bd747b Color Hex

#BD747B
(189,116,123)
0 Favorites   0 Comments

Color spaces of #bd747b

RGB 189116123
HSL0.980.360.60
HSV354°39°74°
CMYK 0.000.390.35   0.26
XYZ30.806824.739721.8904
Yxy24.73970.39780.3195
Hunter Lab49.739023.51418.7235
CIE-Lab56.820929.57408.3892

#bd747b color RGB value is (189,116,123).

#bd747b hex color red value is 189, green value is 116 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #bd747b hue: 0.98 , saturation: 0.36 and the lightness value of bd747b is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110100 01111011
Octal 275 164 173
Decimal 189 116 123
Hex BD 74 7B

RGB Percentages of Color #bd747b

%44.16
%27.10
%28.74

CMYK Percentages of Color #bd747b

%0
%39
%35
%26

Triadic Colors of #bd747b

#bd747b #7bbd74 #747bbd

Analogous Colors of #bd747b

#bd747b #bd9274 #bd74a0

Monochromatic Colors of #bd747b

#bd747b

Complementary Color

#bd747b #74bdb6

#bd747b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd747b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd747b Color CSS Codes

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

#bd747b Text Font Color

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

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


#bd747b Background Color

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

This div background color is #bd747b


#bd747b Border Color

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

This div border color is #bd747b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(189,116,123, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #bd747b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #bd747b;
  -webkit-box-shadow: 1px 1px 3px 2px #bd747b;
  box-shadow:         1px 1px 3px 2px #bd747b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,116,123, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd747b


Comments

No comments written yet.

Please login to write comment.