Color Hex Logo

#be4610 Color Hex

#BE4610
(190,70,16)
0 Favorites   0 Comments

Color spaces of #be4610

RGB 1907016
HSL0.050.840.40
HSV19°92°75°
CMYK 0.000.630.92   0.25
XYZ23.518915.36492.2163
Yxy15.36490.57220.3738
Hunter Lab39.198138.503624.0863
CIE-Lab46.130046.101952.5131

#be4610 color RGB value is (190,70,16).

#be4610 hex color red value is 190, green value is 70 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #be4610 hue: 0.05 , saturation: 0.84 and the lightness value of be4610 is 0.40.

The process color (four color CMYK) of #be4610 color hex is 0.00, 0.63, 0.92, 0.25. Web safe color of #be4610 is #cc3300. Color #be4610 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111110 01000110 00010000
Octal 276 106 20
Decimal 190 70 16
Hex BE 46 10

RGB Percentages of Color #be4610

%68.84
%25.36
%5.80

CMYK Percentages of Color #be4610

%0
%63
%92
%25

Triadic Colors of #be4610

#be4610 #10be46 #4610be

Analogous Colors of #be4610

#be4610 #be9d10 #be1031

Monochromatic Colors of #be4610

#be4610

Complementary Color

#be4610 #1088be

#be4610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#be4610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#be4610 Color CSS Codes

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

#be4610 Text Font Color

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

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


#be4610 Background Color

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

This div background color is #be4610


#be4610 Border Color

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

This div border color is #be4610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #be4610


Comments

No comments written yet.

Please login to write comment.