Color Hex Logo

#b64948 Color Hex

#B64948
(182,73,72)
0 Favorites   0 Comments

Color spaces of #b64948

RGB 1827372
HSL0.000.430.50
HSV60°71°
CMYK 0.000.600.60   0.29
XYZ22.843615.17817.8566
Yxy15.17810.49790.3308
Hunter Lab38.959136.484815.3148
CIE-Lab45.877244.158023.4212

#b64948 color RGB value is (182,73,72).

#b64948 hex color red value is 182, green value is 73 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #b64948 hue: 0.00 , saturation: 0.43 and the lightness value of b64948 is 0.50.

The process color (four color CMYK) of #b64948 color hex is 0.00, 0.60, 0.60, 0.29. Web safe color of #b64948 is #cc3333. Color #b64948 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01001001 01001000
Octal 266 111 110
Decimal 182 73 72
Hex B6 49 48

RGB Percentages of Color #b64948

%55.66
%22.32
%22.02

CMYK Percentages of Color #b64948

%0
%60
%60
%29

Triadic Colors of #b64948

#b64948 #48b649 #4948b6

Analogous Colors of #b64948

#b64948 #b68048 #b6487e

Monochromatic Colors of #b64948

#b64948

Complementary Color

#b64948 #48b5b6

#b64948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b64948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b64948 Color CSS Codes

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

#b64948 Text Font Color

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

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


#b64948 Background Color

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

This div background color is #b64948


#b64948 Border Color

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

This div border color is #b64948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b64948


Comments

No comments written yet.

Please login to write comment.