Color Hex Logo

#b7913d Color Hex

#B7913D
(183,145,61)
0 Favorites   0 Comments

Color spaces of #b7913d

RGB 18314561
HSL0.110.500.48
HSV41°67°72°
CMYK 0.000.210.67   0.28
XYZ30.496130.65508.7246
Yxy30.65500.43640.4387
Hunter Lab55.36701.425629.4141
CIE-Lab62.21535.163848.6306

#b7913d color RGB value is (183,145,61).

#b7913d hex color red value is 183, green value is 145 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #b7913d hue: 0.11 , saturation: 0.50 and the lightness value of b7913d is 0.48.

The process color (four color CMYK) of #b7913d color hex is 0.00, 0.21, 0.67, 0.28. Web safe color of #b7913d is #cc9933. Color #b7913d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 10010001 00111101
Octal 267 221 75
Decimal 183 145 61
Hex B7 91 3D

RGB Percentages of Color #b7913d

%47.04
%37.28
%15.68

CMYK Percentages of Color #b7913d

%0
%21
%67
%28

Triadic Colors of #b7913d

#b7913d #3db791 #913db7

Analogous Colors of #b7913d

#b7913d #a0b73d #b7543d

Monochromatic Colors of #b7913d

#b7913d

Complementary Color

#b7913d #3d63b7

#b7913d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b7913d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b7913d Color CSS Codes

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

#b7913d Text Font Color

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

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


#b7913d Background Color

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

This div background color is #b7913d


#b7913d Border Color

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

This div border color is #b7913d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b7913d


Comments

No comments written yet.

Please login to write comment.