Color Hex Logo

#b6340f Color Hex

#B6340F
(182,52,15)
0 Favorites   0 Comments

Color spaces of #b6340f

RGB 1825215
HSL0.040.850.39
HSV13°92°71°
CMYK 0.000.710.92   0.29
XYZ20.605612.43561.7662
Yxy12.43560.59200.3573
Hunter Lab35.264142.589121.7154
CIE-Lab41.900250.797149.2001

#b6340f color RGB value is (182,52,15).

#b6340f hex color red value is 182, green value is 52 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6340f hue: 0.04 , saturation: 0.85 and the lightness value of b6340f is 0.39.

The process color (four color CMYK) of #b6340f color hex is 0.00, 0.71, 0.92, 0.29. Web safe color of #b6340f is #cc3300. Color #b6340f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 00110100 00001111
Octal 266 64 17
Decimal 182 52 15
Hex B6 34 F

RGB Percentages of Color #b6340f

%73.09
%20.88
%6.02

CMYK Percentages of Color #b6340f

%0
%71
%92
%29

Triadic Colors of #b6340f

#b6340f #0fb634 #340fb6

Analogous Colors of #b6340f

#b6340f #b6880f #b60f3d

Monochromatic Colors of #b6340f

#b6340f

Complementary Color

#b6340f #0f91b6

#b6340f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6340f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6340f Color CSS Codes

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

#b6340f Text Font Color

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

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


#b6340f Background Color

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

This div background color is #b6340f


#b6340f Border Color

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

This div border color is #b6340f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,52,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b6340f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b6340f;
  -webkit-box-shadow: 1px 1px 3px 2px #b6340f;
  box-shadow:         1px 1px 3px 2px #b6340f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,52,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6340f


Comments

No comments written yet.

Please login to write comment.