Color Hex Logo

#b48262 Color Hex

#B48262
(180,130,98)
0 Favorites   0 Comments

Color spaces of #b48262

RGB 18013098
HSL0.070.350.55
HSV23°46°71°
CMYK 0.000.280.46   0.29
XYZ29.009626.550415.1510
Yxy26.55040.41030.3755
Hunter Lab51.527110.322618.6354
CIE-Lab58.555815.282824.9054

#b48262 color RGB value is (180,130,98).

#b48262 hex color red value is 180, green value is 130 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #b48262 hue: 0.07 , saturation: 0.35 and the lightness value of b48262 is 0.55.

The process color (four color CMYK) of #b48262 color hex is 0.00, 0.28, 0.46, 0.29. Web safe color of #b48262 is #cc9966. Color #b48262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 10000010 01100010
Octal 264 202 142
Decimal 180 130 98
Hex B4 82 62

RGB Percentages of Color #b48262

%44.12
%31.86
%24.02

CMYK Percentages of Color #b48262

%0
%28
%46
%29

Triadic Colors of #b48262

#b48262 #62b482 #8262b4

Analogous Colors of #b48262

#b48262 #b4ab62 #b4626b

Monochromatic Colors of #b48262

#b48262

Complementary Color

#b48262 #6294b4

#b48262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b48262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b48262 Color CSS Codes

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

#b48262 Text Font Color

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

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


#b48262 Background Color

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

This div background color is #b48262


#b48262 Border Color

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

This div border color is #b48262


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,130,98, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b48262; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b48262;
  -webkit-box-shadow: 1px 1px 3px 2px #b48262;
  box-shadow:         1px 1px 3px 2px #b48262; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(180,130,98, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b48262

#b48262 Color Palettes


Comments

No comments written yet.

Please login to write comment.