Color Hex Logo

#bd752f Color Hex

#BD752F
(189,117,47)
0 Favorites   0 Comments

Color spaces of #bd752f

RGB 18911747
HSL0.080.600.46
HSV30°75°74°
CMYK 0.000.380.75   0.26
XYZ27.860623.74665.8045
Yxy23.74660.48530.4136
Hunter Lab48.730516.775227.0490
CIE-Lab55.833222.513848.5786

#bd752f color RGB value is (189,117,47).

#bd752f hex color red value is 189, green value is 117 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bd752f hue: 0.08 , saturation: 0.60 and the lightness value of bd752f is 0.46.

The process color (four color CMYK) of #bd752f color hex is 0.00, 0.38, 0.75, 0.26. Web safe color of #bd752f is #cc6633. Color #bd752f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 00101111
Octal 275 165 57
Decimal 189 117 47
Hex BD 75 2F

RGB Percentages of Color #bd752f

%53.54
%33.14
%13.31

CMYK Percentages of Color #bd752f

%0
%38
%75
%26

Triadic Colors of #bd752f

#bd752f #2fbd75 #752fbd

Analogous Colors of #bd752f

#bd752f #bdbc2f #bd2f30

Monochromatic Colors of #bd752f

#bd752f

Complementary Color

#bd752f #2f77bd

#bd752f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd752f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd752f Color CSS Codes

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

#bd752f Text Font Color

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

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


#bd752f Background Color

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

This div background color is #bd752f


#bd752f Border Color

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

This div border color is #bd752f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd752f


Comments

No comments written yet.

Please login to write comment.