Color Hex Logo

#b4673d Color Hex

#B4673D
(180,103,61)
0 Favorites   0 Comments

Color spaces of #b4673d

RGB 18010361
HSL0.060.490.47
HSV21°66°71°
CMYK 0.000.430.66   0.29
XYZ24.514919.74076.9331
Yxy19.74070.47890.3856
Hunter Lab44.430520.735521.8495
CIE-Lab51.542827.141036.5888

#b4673d color RGB value is (180,103,61).

#b4673d hex color red value is 180, green value is 103 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b4673d hue: 0.06 , saturation: 0.49 and the lightness value of b4673d is 0.47.

The process color (four color CMYK) of #b4673d color hex is 0.00, 0.43, 0.66, 0.29. Web safe color of #b4673d is #cc6633. Color #b4673d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100111 00111101
Octal 264 147 75
Decimal 180 103 61
Hex B4 67 3D

RGB Percentages of Color #b4673d

%52.33
%29.94
%17.73

CMYK Percentages of Color #b4673d

%0
%43
%66
%29

Triadic Colors of #b4673d

#b4673d #3db467 #673db4

Analogous Colors of #b4673d

#b4673d #b4a33d #b43d4f

Monochromatic Colors of #b4673d

#b4673d

Complementary Color

#b4673d #3d8ab4

#b4673d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4673d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4673d Color CSS Codes

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

#b4673d Text Font Color

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

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


#b4673d Background Color

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

This div background color is #b4673d


#b4673d Border Color

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

This div border color is #b4673d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4673d


Comments

No comments written yet.

Please login to write comment.