Color Hex Logo

#b2460e Color Hex

#B2460E
(178,70,14)
0 Favorites   0 Comments

Color spaces of #b2460e

RGB 1787014
HSL0.060.850.38
HSV20°92°70°
CMYK 0.000.610.92   0.30
XYZ20.629513.87702.0067
Yxy13.87700.56500.3801
Hunter Lab37.251833.659822.8824
CIE-Lab44.056041.621050.7161

#b2460e color RGB value is (178,70,14).

#b2460e hex color red value is 178, green value is 70 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #b2460e hue: 0.06 , saturation: 0.85 and the lightness value of b2460e is 0.38.

The process color (four color CMYK) of #b2460e color hex is 0.00, 0.61, 0.92, 0.30. Web safe color of #b2460e is #993300. Color #b2460e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000110 00001110
Octal 262 106 16
Decimal 178 70 14
Hex B2 46 E

RGB Percentages of Color #b2460e

%67.94
%26.72
%5.34

CMYK Percentages of Color #b2460e

%0
%61
%92
%30

Triadic Colors of #b2460e

#b2460e #0eb246 #460eb2

Analogous Colors of #b2460e

#b2460e #b2980e #b20e28

Monochromatic Colors of #b2460e

#b2460e

Complementary Color

#b2460e #0e7ab2

#b2460e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2460e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2460e Color CSS Codes

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

#b2460e Text Font Color

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

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


#b2460e Background Color

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

This div background color is #b2460e


#b2460e Border Color

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

This div border color is #b2460e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2460e


Comments

No comments written yet.

Please login to write comment.