Color Hex Logo

#b2530e Color Hex

#B2530E
(178,83,14)
0 Favorites   0 Comments

Color spaces of #b2530e

RGB 1788314
HSL0.070.850.38
HSV25°92°70°
CMYK 0.000.530.92   0.30
XYZ21.532615.68322.3077
Yxy15.68320.54480.3968
Hunter Lab39.602027.751324.2665
CIE-Lab46.556135.167152.5072

#b2530e color RGB value is (178,83,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01010011 00001110
Octal 262 123 16
Decimal 178 83 14
Hex B2 53 E

RGB Percentages of Color #b2530e

%64.73
%30.18
%5.09

CMYK Percentages of Color #b2530e

%0
%53
%92
%30

Triadic Colors of #b2530e

#b2530e #0eb253 #530eb2

Analogous Colors of #b2530e

#b2530e #b2a50e #b20e1b

Monochromatic Colors of #b2530e

#b2530e

Complementary Color

#b2530e #0e6db2

#b2530e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2530e Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2530e Color CSS Codes

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

#b2530e Text Font Color

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

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


#b2530e Background Color

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

This div background color is #b2530e


#b2530e Border Color

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

This div border color is #b2530e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2530e


Comments

No comments written yet.

Please login to write comment.