Color Hex Logo

#bd6540 Color Hex

#BD6540
(189,101,64)
0 Favorites   0 Comments

Color spaces of #bd6540

RGB 18910164
HSL0.050.490.50
HSV18°66°74°
CMYK 0.000.470.66   0.26
XYZ26.565420.49637.4065
Yxy20.49630.48770.3763
Hunter Lab45.272825.513621.9913
CIE-Lab52.393832.110136.2781

#bd6540 color RGB value is (189,101,64).

#bd6540 hex color red value is 189, green value is 101 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #bd6540 hue: 0.05 , saturation: 0.49 and the lightness value of bd6540 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100101 01000000
Octal 275 145 100
Decimal 189 101 64
Hex BD 65 40

RGB Percentages of Color #bd6540

%53.39
%28.53
%18.08

CMYK Percentages of Color #bd6540

%0
%47
%66
%26

Triadic Colors of #bd6540

#bd6540 #40bd65 #6540bd

Analogous Colors of #bd6540

#bd6540 #bda440 #bd4059

Monochromatic Colors of #bd6540

#bd6540

Complementary Color

#bd6540 #4098bd

#bd6540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd6540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd6540 Color CSS Codes

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

#bd6540 Text Font Color

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

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


#bd6540 Background Color

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

This div background color is #bd6540


#bd6540 Border Color

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

This div border color is #bd6540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd6540


Comments

No comments written yet.

Please login to write comment.