Color Hex Logo

#b6502d Color Hex

#B6502D
(182,80,45)
0 Favorites   0 Comments

Color spaces of #b6502d

RGB 1828045
HSL0.040.600.45
HSV15°75°71°
CMYK 0.000.560.75   0.29
XYZ22.633715.87194.3533
Yxy15.87190.52810.3703
Hunter Lab39.839631.690421.4090
CIE-Lab46.806039.199439.8977

#b6502d color RGB value is (182,80,45).

#b6502d hex color red value is 182, green value is 80 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #b6502d hue: 0.04 , saturation: 0.60 and the lightness value of b6502d is 0.45.

The process color (four color CMYK) of #b6502d color hex is 0.00, 0.56, 0.75, 0.29. Web safe color of #b6502d is #cc6633. Color #b6502d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010000 00101101
Octal 266 120 55
Decimal 182 80 45
Hex B6 50 2D

RGB Percentages of Color #b6502d

%59.28
%26.06
%14.66

CMYK Percentages of Color #b6502d

%0
%56
%75
%29

Triadic Colors of #b6502d

#b6502d #2db650 #502db6

Analogous Colors of #b6502d

#b6502d #b6952d #b62d4e

Monochromatic Colors of #b6502d

#b6502d

Complementary Color

#b6502d #2d93b6

#b6502d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6502d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6502d Color CSS Codes

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

#b6502d Text Font Color

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

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


#b6502d Background Color

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

This div background color is #b6502d


#b6502d Border Color

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

This div border color is #b6502d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6502d

#b6502d Color Palettes


Comments

No comments written yet.

Please login to write comment.