Color Hex Logo

#bd675f Color Hex

#BD675F
(189,103,95)
0 Favorites   0 Comments

Color spaces of #bd675f

RGB 18910395
HSL0.010.420.56
HSV50°74°
CMYK 0.000.460.50   0.26
XYZ27.902121.345513.4760
Yxy21.34550.44480.3403
Hunter Lab46.201226.948715.0471
CIE-Lab53.325633.487419.8570

#bd675f color RGB value is (189,103,95).

#bd675f hex color red value is 189, green value is 103 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #bd675f hue: 0.01 , saturation: 0.42 and the lightness value of bd675f is 0.56.

The process color (four color CMYK) of #bd675f color hex is 0.00, 0.46, 0.50, 0.26. Web safe color of #bd675f is #cc6666. Color #bd675f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100111 01011111
Octal 275 147 137
Decimal 189 103 95
Hex BD 67 5F

RGB Percentages of Color #bd675f

%48.84
%26.61
%24.55

CMYK Percentages of Color #bd675f

%0
%46
%50
%26

Triadic Colors of #bd675f

#bd675f #5fbd67 #675fbd

Analogous Colors of #bd675f

#bd675f #bd965f #bd5f86

Monochromatic Colors of #bd675f

#bd675f

Complementary Color

#bd675f #5fb5bd

#bd675f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd675f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd675f Color CSS Codes

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

#bd675f Text Font Color

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

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


#bd675f Background Color

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

This div background color is #bd675f


#bd675f Border Color

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

This div border color is #bd675f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd675f


Comments

No comments written yet.

Please login to write comment.