Color Hex Logo

#bd632a Color Hex

#BD632A
(189,99,42)
0 Favorites   0 Comments

Color spaces of #bd632a

RGB 1899942
HSL0.060.640.45
HSV23°78°74°
CMYK 0.000.480.78   0.26
XYZ25.866019.90974.6701
Yxy19.90970.51270.3947
Hunter Lab44.620325.389425.0287
CIE-Lab51.735032.055346.7757

#bd632a color RGB value is (189,99,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 00101010
Octal 275 143 52
Decimal 189 99 42
Hex BD 63 2A

RGB Percentages of Color #bd632a

%57.27
%30.00
%12.73

CMYK Percentages of Color #bd632a

%0
%48
%78
%26

Triadic Colors of #bd632a

#bd632a #2abd63 #632abd

Analogous Colors of #bd632a

#bd632a #bdad2a #bd2a3a

Monochromatic Colors of #bd632a

#bd632a

Complementary Color

#bd632a #2a84bd

#bd632a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd632a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd632a Color CSS Codes

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

#bd632a Text Font Color

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

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


#bd632a Background Color

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

This div background color is #bd632a


#bd632a Border Color

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

This div border color is #bd632a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,99,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 #bd632a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd632a


Comments

No comments written yet.

Please login to write comment.