Color Hex Logo

#bd752d Color Hex

#BD752D
(189,117,45)
0 Favorites   0 Comments

Color spaces of #bd752d

RGB 18911745
HSL0.080.620.46
HSV30°76°74°
CMYK 0.000.380.76   0.26
XYZ27.821223.73095.5968
Yxy23.73090.48680.4152
Hunter Lab48.714416.692727.2882
CIE-Lab55.817422.425449.4601

#bd752d color RGB value is (189,117,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 00101101
Octal 275 165 55
Decimal 189 117 45
Hex BD 75 2D

RGB Percentages of Color #bd752d

%53.85
%33.33
%12.82

CMYK Percentages of Color #bd752d

%0
%38
%76
%26

Triadic Colors of #bd752d

#bd752d #2dbd75 #752dbd

Analogous Colors of #bd752d

#bd752d #bdbd2d #bd2d2d

Monochromatic Colors of #bd752d

#bd752d

Complementary Color

#bd752d #2d75bd

#bd752d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd752d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd752d Color CSS Codes

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

#bd752d Text Font Color

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

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


#bd752d Background Color

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

This div background color is #bd752d


#bd752d Border Color

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

This div border color is #bd752d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd752d


Comments

No comments written yet.

Please login to write comment.