Color Hex Logo

#bd632f Color Hex

#BD632F
(189,99,47)
0 Favorites   0 Comments

Color spaces of #bd632f

RGB 1899947
HSL0.060.600.46
HSV22°75°74°
CMYK 0.000.480.75   0.26
XYZ25.961219.94775.1713
Yxy19.94770.50820.3905
Hunter Lab44.662825.596824.3991
CIE-Lab51.778032.266744.4301

#bd632f color RGB value is (189,99,47).

#bd632f hex color red value is 189, green value is 99 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #bd632f hue: 0.06 , saturation: 0.60 and the lightness value of bd632f is 0.46.

The process color (four color CMYK) of #bd632f color hex is 0.00, 0.48, 0.75, 0.26. Web safe color of #bd632f is #cc6633. Color #bd632f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 00101111
Octal 275 143 57
Decimal 189 99 47
Hex BD 63 2F

RGB Percentages of Color #bd632f

%56.42
%29.55
%14.03

CMYK Percentages of Color #bd632f

%0
%48
%75
%26

Triadic Colors of #bd632f

#bd632f #2fbd63 #632fbd

Analogous Colors of #bd632f

#bd632f #bdaa2f #bd2f42

Monochromatic Colors of #bd632f

#bd632f

Complementary Color

#bd632f #2f89bd

#bd632f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd632f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd632f Color CSS Codes

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

#bd632f Text Font Color

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

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


#bd632f Background Color

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

This div background color is #bd632f


#bd632f Border Color

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

This div border color is #bd632f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd632f

#bd632f Color Palettes


Comments

No comments written yet.

Please login to write comment.