Color Hex Logo

#bd7351 Color Hex

#BD7351
(189,115,81)
0 Favorites   0 Comments

Color spaces of #bd7351

RGB 18911581
HSL0.050.450.53
HSV19°57°74°
CMYK 0.000.390.57   0.26
XYZ28.602223.674410.8467
Yxy23.67440.45310.3751
Hunter Lab48.656319.781020.8422
CIE-Lab55.760325.749231.0113

#bd7351 color RGB value is (189,115,81).

#bd7351 hex color red value is 189, green value is 115 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #bd7351 hue: 0.05 , saturation: 0.45 and the lightness value of bd7351 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110011 01010001
Octal 275 163 121
Decimal 189 115 81
Hex BD 73 51

RGB Percentages of Color #bd7351

%49.09
%29.87
%21.04

CMYK Percentages of Color #bd7351

%0
%39
%57
%26

Triadic Colors of #bd7351

#bd7351 #51bd73 #7351bd

Analogous Colors of #bd7351

#bd7351 #bda951 #bd5165

Monochromatic Colors of #bd7351

#bd7351

Complementary Color

#bd7351 #519bbd

#bd7351 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd7351 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd7351 Color CSS Codes

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

#bd7351 Text Font Color

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

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


#bd7351 Background Color

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

This div background color is #bd7351


#bd7351 Border Color

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

This div border color is #bd7351


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd7351


Comments

No comments written yet.

Please login to write comment.