Color Hex Logo

#bd633d Color Hex

#BD633D
(189,99,61)
0 Favorites   0 Comments

Color spaces of #bd633d

RGB 1899961
HSL0.050.510.49
HSV18°68°74°
CMYK 0.000.480.68   0.26
XYZ26.290420.07946.9049
Yxy20.07940.49350.3769
Hunter Lab44.810026.309822.2309
CIE-Lab51.926932.990737.3595

#bd633d color RGB value is (189,99,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01100011 00111101
Octal 275 143 75
Decimal 189 99 61
Hex BD 63 3D

RGB Percentages of Color #bd633d

%54.15
%28.37
%17.48

CMYK Percentages of Color #bd633d

%0
%48
%68
%26

Triadic Colors of #bd633d

#bd633d #3dbd63 #633dbd

Analogous Colors of #bd633d

#bd633d #bda33d #bd3d57

Monochromatic Colors of #bd633d

#bd633d

Complementary Color

#bd633d #3d97bd

#bd633d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd633d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd633d Color CSS Codes

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

#bd633d Text Font Color

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

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


#bd633d Background Color

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

This div background color is #bd633d


#bd633d Border Color

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

This div border color is #bd633d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd633d


Comments

No comments written yet.

Please login to write comment.