Color Hex Logo

#bd753a Color Hex

#BD753A
(189,117,58)
0 Favorites   0 Comments

Color spaces of #bd753a

RGB 18911758
HSL0.080.530.48
HSV27°69°74°
CMYK 0.000.380.69   0.26
XYZ28.111323.84697.1243
Yxy23.84690.47580.4036
Hunter Lab48.833317.296825.5335
CIE-Lab55.934223.071843.4327

#bd753a color RGB value is (189,117,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01110101 00111010
Octal 275 165 72
Decimal 189 117 58
Hex BD 75 3A

RGB Percentages of Color #bd753a

%51.92
%32.14
%15.93

CMYK Percentages of Color #bd753a

%0
%38
%69
%26

Triadic Colors of #bd753a

#bd753a #3abd75 #753abd

Analogous Colors of #bd753a

#bd753a #bdb73a #bd3a40

Monochromatic Colors of #bd753a

#bd753a

Complementary Color

#bd753a #3a82bd

#bd753a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd753a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd753a Color CSS Codes

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

#bd753a Text Font Color

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

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


#bd753a Background Color

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

This div background color is #bd753a


#bd753a Border Color

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

This div border color is #bd753a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd753a


Comments

No comments written yet.

Please login to write comment.