Color Hex Logo

#bd652a Color Hex

#BD652A
(189,101,42)
0 Favorites   0 Comments

Color spaces of #bd652a

RGB 18910142
HSL0.070.640.45
HSV24°78°74°
CMYK 0.000.470.78   0.26
XYZ26.057920.29334.7341
Yxy20.29330.51010.3972
Hunter Lab45.048124.418525.3029
CIE-Lab52.167230.991547.2026

#bd652a color RGB value is (189,101,42).

#bd652a hex color red value is 189, green value is 101 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bd652a hue: 0.07 , saturation: 0.64 and the lightness value of bd652a is 0.45.

The process color (four color CMYK) of #bd652a color hex is 0.00, 0.47, 0.78, 0.26. Web safe color of #bd652a is #cc6633. Color #bd652a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 00101010
Octal 275 145 52
Decimal 189 101 42
Hex BD 65 2A

RGB Percentages of Color #bd652a

%56.93
%30.42
%12.65

CMYK Percentages of Color #bd652a

%0
%47
%78
%26

Triadic Colors of #bd652a

#bd652a #2abd65 #652abd

Analogous Colors of #bd652a

#bd652a #bdaf2a #bd2a38

Monochromatic Colors of #bd652a

#bd652a

Complementary Color

#bd652a #2a82bd

#bd652a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd652a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd652a Color CSS Codes

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

#bd652a Text Font Color

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

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


#bd652a Background Color

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

This div background color is #bd652a


#bd652a Border Color

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

This div border color is #bd652a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd652a


Comments

No comments written yet.

Please login to write comment.