Color Hex Logo

#bd634a Color Hex

#BD634A
(189,99,74)
0 Favorites   0 Comments

Color spaces of #bd634a

RGB 1899974
HSL0.040.470.52
HSV13°61°74°
CMYK 0.000.480.61   0.26
XYZ26.684120.23698.9783
Yxy20.23690.47740.3620
Hunter Lab44.985427.156719.6566
CIE-Lab52.104033.845330.3695

#bd634a color RGB value is (189,99,74).

#bd634a hex color red value is 189, green value is 99 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bd634a hue: 0.04 , saturation: 0.47 and the lightness value of bd634a is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 01001010
Octal 275 143 112
Decimal 189 99 74
Hex BD 63 4A

RGB Percentages of Color #bd634a

%52.21
%27.35
%20.44

CMYK Percentages of Color #bd634a

%0
%48
%61
%26

Triadic Colors of #bd634a

#bd634a #4abd63 #634abd

Analogous Colors of #bd634a

#bd634a #bd9d4a #bd4a6b

Monochromatic Colors of #bd634a

#bd634a

Complementary Color

#bd634a #4aa4bd

#bd634a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd634a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd634a Color CSS Codes

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

#bd634a Text Font Color

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

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


#bd634a Background Color

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

This div background color is #bd634a


#bd634a Border Color

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

This div border color is #bd634a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd634a


Comments

No comments written yet.

Please login to write comment.