Color Hex Logo

#b2833d Color Hex

#B2833D
(178,131,61)
0 Favorites   0 Comments

Color spaces of #b2833d

RGB 17813161
HSL0.100.490.47
HSV36°66°70°
CMYK 0.000.260.66   0.30
XYZ27.318726.03458.0002
Yxy26.03450.44530.4243
Hunter Lab51.02406.278426.4206
CIE-Lab58.069810.705843.9388

#b2833d color RGB value is (178,131,61).

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

The process color (four color CMYK) of #b2833d color hex is 0.00, 0.26, 0.66, 0.30. Web safe color of #b2833d is #999933. Color #b2833d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000011 00111101
Octal 262 203 75
Decimal 178 131 61
Hex B2 83 3D

RGB Percentages of Color #b2833d

%48.11
%35.41
%16.49

CMYK Percentages of Color #b2833d

%0
%26
%66
%30

Triadic Colors of #b2833d

#b2833d #3db283 #833db2

Analogous Colors of #b2833d

#b2833d #a7b23d #b2493d

Monochromatic Colors of #b2833d

#b2833d

Complementary Color

#b2833d #3d6cb2

#b2833d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2833d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2833d Color CSS Codes

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

#b2833d Text Font Color

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

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


#b2833d Background Color

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

This div background color is #b2833d


#b2833d Border Color

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

This div border color is #b2833d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2833d


Comments

No comments written yet.

Please login to write comment.