Color Hex Logo

#b2610e Color Hex

#B2610E
(178,97,14)
0 Favorites   0 Comments

Color spaces of #b2610e

RGB 1789714
HSL0.080.850.38
HSV30°92°70°
CMYK 0.000.460.92   0.30
XYZ22.714118.04612.7015
Yxy18.04610.52260.4152
Hunter Lab42.480721.101325.9660
CIE-Lab49.552027.729854.6880

#b2610e color RGB value is (178,97,14).

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

The process color (four color CMYK) of #b2610e color hex is 0.00, 0.46, 0.92, 0.30. Web safe color of #b2610e is #996600. Color #b2610e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01100001 00001110
Octal 262 141 16
Decimal 178 97 14
Hex B2 61 E

RGB Percentages of Color #b2610e

%61.59
%33.56
%4.84

CMYK Percentages of Color #b2610e

%0
%46
%92
%30

Triadic Colors of #b2610e

#b2610e #0eb261 #610eb2

Analogous Colors of #b2610e

#b2610e #b1b20e #b20f0e

Monochromatic Colors of #b2610e

#b2610e

Complementary Color

#b2610e #0e5fb2

#b2610e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2610e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2610e Color CSS Codes

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

#b2610e Text Font Color

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

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


#b2610e Background Color

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

This div background color is #b2610e


#b2610e Border Color

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

This div border color is #b2610e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2610e


Comments

No comments written yet.

Please login to write comment.