Color Hex Logo

#be703a Color Hex

#BE703A
(190,112,58)
0 Favorites   0 Comments

Color spaces of #be703a

RGB 19011258
HSL0.070.530.49
HSV25°69°75°
CMYK 0.000.410.69   0.25
XYZ27.793122.84106.9469
Yxy22.84100.48270.3967
Hunter Lab47.792320.168424.8364
CIE-Lab54.908226.232542.3383

#be703a color RGB value is (190,112,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 01110000 00111010
Octal 276 160 72
Decimal 190 112 58
Hex BE 70 3A

RGB Percentages of Color #be703a

%52.78
%31.11
%16.11

CMYK Percentages of Color #be703a

%0
%41
%69
%25

Triadic Colors of #be703a

#be703a #3abe70 #703abe

Analogous Colors of #be703a

#be703a #beb23a #be3a46

Monochromatic Colors of #be703a

#be703a

Complementary Color

#be703a #3a88be

#be703a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be703a Color Preview on White Background

Lorem ipsum dolor sit amet.

#be703a Color CSS Codes

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

#be703a Text Font Color

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

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


#be703a Background Color

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

This div background color is #be703a


#be703a Border Color

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

This div border color is #be703a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(190,112,58, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be703a


Comments

No comments written yet.

Please login to write comment.