Color Hex Logo

#b0650d Color Hex

#B0650D
(176,101,13)
0 Favorites   0 Comments

Color spaces of #b0650d

RGB 17610113
HSL0.090.860.37
HSV32°93°69°
CMYK 0.000.430.93   0.31
XYZ22.630818.56652.7717
Yxy18.56650.51470.4223
Hunter Lab43.088918.344926.3484
CIE-Lab50.176124.659755.2632

#b0650d color RGB value is (176,101,13).

#b0650d hex color red value is 176, green value is 101 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #b0650d hue: 0.09 , saturation: 0.86 and the lightness value of b0650d is 0.37.

The process color (four color CMYK) of #b0650d color hex is 0.00, 0.43, 0.93, 0.31. Web safe color of #b0650d is #996600. Color #b0650d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01100101 00001101
Octal 260 145 15
Decimal 176 101 13
Hex B0 65 D

RGB Percentages of Color #b0650d

%60.69
%34.83
%4.48

CMYK Percentages of Color #b0650d

%0
%43
%93
%31

Triadic Colors of #b0650d

#b0650d #0db065 #650db0

Analogous Colors of #b0650d

#b0650d #aab00d #b0140d

Monochromatic Colors of #b0650d

#b0650d

Complementary Color

#b0650d #0d58b0

#b0650d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b0650d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b0650d Color CSS Codes

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

#b0650d Text Font Color

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

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


#b0650d Background Color

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

This div background color is #b0650d


#b0650d Border Color

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

This div border color is #b0650d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b0650d


Comments

No comments written yet.

Please login to write comment.