Color Hex Logo

#b0543d Color Hex

#B0543D
(176,84,61)
0 Favorites   0 Comments

Color spaces of #b0543d

RGB 1768461
HSL0.030.490.46
HSV12°65°69°
CMYK 0.000.520.65   0.31
XYZ21.917115.90776.3302
Yxy15.90770.49640.3603
Hunter Lab39.884528.290618.5090
CIE-Lab46.853235.690230.8888

#b0543d color RGB value is (176,84,61).

#b0543d hex color red value is 176, green value is 84 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b0543d hue: 0.03 , saturation: 0.49 and the lightness value of b0543d is 0.46.

The process color (four color CMYK) of #b0543d color hex is 0.00, 0.52, 0.65, 0.31. Web safe color of #b0543d is #996633. Color #b0543d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01010100 00111101
Octal 260 124 75
Decimal 176 84 61
Hex B0 54 3D

RGB Percentages of Color #b0543d

%54.83
%26.17
%19.00

CMYK Percentages of Color #b0543d

%0
%52
%65
%31

Triadic Colors of #b0543d

#b0543d #3db054 #543db0

Analogous Colors of #b0543d

#b0543d #b08e3d #b03d5f

Monochromatic Colors of #b0543d

#b0543d

Complementary Color

#b0543d #3d99b0

#b0543d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0543d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0543d Color CSS Codes

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

#b0543d Text Font Color

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

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


#b0543d Background Color

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

This div background color is #b0543d


#b0543d Border Color

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

This div border color is #b0543d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,84,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b0543d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b0543d;
  -webkit-box-shadow: 1px 1px 3px 2px #b0543d;
  box-shadow:         1px 1px 3px 2px #b0543d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,84,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0543d


Comments

No comments written yet.

Please login to write comment.