Color Hex Logo

#be703d Color Hex

#BE703D
(190,112,61)
0 Favorites   0 Comments

Color spaces of #be703d

RGB 19011261
HSL0.070.510.49
HSV24°68°75°
CMYK 0.000.410.68   0.25
XYZ27.871722.87247.3607
Yxy22.87240.47970.3936
Hunter Lab47.825120.333024.3523
CIE-Lab54.940726.405040.8380

#be703d color RGB value is (190,112,61).

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

The process color (four color CMYK) of #be703d color hex is 0.00, 0.41, 0.68, 0.25. Web safe color of #be703d is #cc6633. Color #be703d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 00111101
Octal 276 160 75
Decimal 190 112 61
Hex BE 70 3D

RGB Percentages of Color #be703d

%52.34
%30.85
%16.80

CMYK Percentages of Color #be703d

%0
%41
%68
%25

Triadic Colors of #be703d

#be703d #3dbe70 #703dbe

Analogous Colors of #be703d

#be703d #beb13d #be3d4a

Monochromatic Colors of #be703d

#be703d

Complementary Color

#be703d #3d8bbe

#be703d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be703d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be703d Color CSS Codes

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

#be703d Text Font Color

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

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


#be703d Background Color

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

This div background color is #be703d


#be703d Border Color

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

This div border color is #be703d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be703d


Comments

No comments written yet.

Please login to write comment.