Color Hex Logo

#be813d Color Hex

#BE813D
(190,129,61)
0 Favorites   0 Comments

Color spaces of #be813d

RGB 19012961
HSL0.090.510.49
HSV32°68°75°
CMYK 0.000.320.68   0.25
XYZ29.927826.98468.0461
Yxy26.98460.46070.4154
Hunter Lab51.946711.931627.1792
CIE-Lab58.960117.055445.3138

#be813d color RGB value is (190,129,61).

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

The process color (four color CMYK) of #be813d color hex is 0.00, 0.32, 0.68, 0.25. Web safe color of #be813d is #cc9933. Color #be813d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000001 00111101
Octal 276 201 75
Decimal 190 129 61
Hex BE 81 3D

RGB Percentages of Color #be813d

%50.00
%33.95
%16.05

CMYK Percentages of Color #be813d

%0
%32
%68
%25

Triadic Colors of #be813d

#be813d #3dbe81 #813dbe

Analogous Colors of #be813d

#be813d #bbbe3d #be403d

Monochromatic Colors of #be813d

#be813d

Complementary Color

#be813d #3d7abe

#be813d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be813d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be813d Color CSS Codes

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

#be813d Text Font Color

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

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


#be813d Background Color

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

This div background color is #be813d


#be813d Border Color

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

This div border color is #be813d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be813d


Comments

No comments written yet.

Please login to write comment.