Color Hex Logo

#be853d Color Hex

#BE853D
(190,133,61)
0 Favorites   0 Comments

Color spaces of #be853d

RGB 19013361
HSL0.090.510.49
HSV33°68°75°
CMYK 0.000.300.68   0.25
XYZ30.465028.05918.2252
Yxy28.05910.45640.4204
Hunter Lab52.97089.961327.8732
CIE-Lab59.942114.845746.3888

#be853d color RGB value is (190,133,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111110 10000101 00111101
Octal 276 205 75
Decimal 190 133 61
Hex BE 85 3D

RGB Percentages of Color #be853d

%49.48
%34.64
%15.89

CMYK Percentages of Color #be853d

%0
%30
%68
%25

Triadic Colors of #be853d

#be853d #3dbe85 #853dbe

Analogous Colors of #be853d

#be853d #b7be3d #be453d

Monochromatic Colors of #be853d

#be853d

Complementary Color

#be853d #3d76be

#be853d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be853d Color Preview on White Background

Lorem ipsum dolor sit amet.

#be853d Color CSS Codes

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

#be853d Text Font Color

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

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


#be853d Background Color

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

This div background color is #be853d


#be853d Border Color

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

This div border color is #be853d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be853d


Comments

No comments written yet.

Please login to write comment.