Color Hex Logo

#bd737a Color Hex

#BD737A
(189,115,122)
0 Favorites   0 Comments

Color spaces of #bd737a

RGB 189115122
HSL0.980.360.60
HSV354°39°74°
CMYK 0.000.390.35   0.26
XYZ30.629924.485421.5241
Yxy24.48540.39970.3195
Hunter Lab49.482723.89718.8478
CIE-Lab56.570529.99458.6147

#bd737a color RGB value is (189,115,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01111010
Octal 275 163 172
Decimal 189 115 122
Hex BD 73 7A

RGB Percentages of Color #bd737a

%44.37
%27.00
%28.64

CMYK Percentages of Color #bd737a

%0
%39
%35
%26

Triadic Colors of #bd737a

#bd737a #7abd73 #737abd

Analogous Colors of #bd737a

#bd737a #bd9173 #bd739f

Monochromatic Colors of #bd737a

#bd737a

Complementary Color

#bd737a #73bdb6

#bd737a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd737a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd737a Color CSS Codes

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

#bd737a Text Font Color

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

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


#bd737a Background Color

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

This div background color is #bd737a


#bd737a Border Color

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

This div border color is #bd737a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd737a


Comments

No comments written yet.

Please login to write comment.