Color Hex Logo

#b68f3a Color Hex

#B68F3A
(182,143,58)
0 Favorites   0 Comments

Color spaces of #b68f3a

RGB 18214358
HSL0.110.520.47
HSV41°68°71°
CMYK 0.000.210.68   0.29
XYZ29.877629.89558.1987
Yxy29.89550.43960.4398
Hunter Lab54.67681.855329.3833
CIE-Lab61.56405.641549.2760

#b68f3a color RGB value is (182,143,58).

#b68f3a hex color red value is 182, green value is 143 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b68f3a hue: 0.11 , saturation: 0.52 and the lightness value of b68f3a is 0.47.

The process color (four color CMYK) of #b68f3a color hex is 0.00, 0.21, 0.68, 0.29. Web safe color of #b68f3a is #cc9933. Color #b68f3a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 10001111 00111010
Octal 266 217 72
Decimal 182 143 58
Hex B6 8F 3A

RGB Percentages of Color #b68f3a

%47.52
%37.34
%15.14

CMYK Percentages of Color #b68f3a

%0
%21
%68
%29

Triadic Colors of #b68f3a

#b68f3a #3ab68f #8f3ab6

Analogous Colors of #b68f3a

#b68f3a #9fb63a #b6513a

Monochromatic Colors of #b68f3a

#b68f3a

Complementary Color

#b68f3a #3a61b6

#b68f3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b68f3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b68f3a Color CSS Codes

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

#b68f3a Text Font Color

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

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


#b68f3a Background Color

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

This div background color is #b68f3a


#b68f3a Border Color

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

This div border color is #b68f3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b68f3a


Comments

No comments written yet.

Please login to write comment.