Color Hex Logo

#b6680f Color Hex

#B6680F
(182,104,15)
0 Favorites   0 Comments

Color spaces of #b6680f

RGB 18210415
HSL0.090.850.39
HSV32°92°71°
CMYK 0.000.430.92   0.29
XYZ24.327919.88023.0070
Yxy19.88020.51530.4211
Hunter Lab44.587219.366427.2125
CIE-Lab51.701525.645556.2733

#b6680f color RGB value is (182,104,15).

#b6680f hex color red value is 182, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #b6680f hue: 0.09 , saturation: 0.85 and the lightness value of b6680f is 0.39.

The process color (four color CMYK) of #b6680f color hex is 0.00, 0.43, 0.92, 0.29. Web safe color of #b6680f is #cc6600. Color #b6680f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01101000 00001111
Octal 266 150 17
Decimal 182 104 15
Hex B6 68 F

RGB Percentages of Color #b6680f

%60.47
%34.55
%4.98

CMYK Percentages of Color #b6680f

%0
%43
%92
%29

Triadic Colors of #b6680f

#b6680f #0fb668 #680fb6

Analogous Colors of #b6680f

#b6680f #b1b60f #b6150f

Monochromatic Colors of #b6680f

#b6680f

Complementary Color

#b6680f #0f5db6

#b6680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b6680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b6680f Color CSS Codes

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

#b6680f Text Font Color

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

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


#b6680f Background Color

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

This div background color is #b6680f


#b6680f Border Color

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

This div border color is #b6680f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b6680f


Comments

No comments written yet.

Please login to write comment.