Color Hex Logo

#b1463a Color Hex

#B1463A
(177,70,58)
0 Favorites   0 Comments

Color spaces of #b1463a

RGB 1777058
HSL0.020.510.46
HSV67°69°
CMYK 0.000.600.67   0.31
XYZ21.085314.03295.6003
Yxy14.03290.51780.3446
Hunter Lab37.460534.915917.3586
CIE-Lab44.280142.852129.5527

#b1463a color RGB value is (177,70,58).

#b1463a hex color red value is 177, green value is 70 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #b1463a hue: 0.02 , saturation: 0.51 and the lightness value of b1463a is 0.46.

The process color (four color CMYK) of #b1463a color hex is 0.00, 0.60, 0.67, 0.31. Web safe color of #b1463a is #993333. Color #b1463a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110001 01000110 00111010
Octal 261 106 72
Decimal 177 70 58
Hex B1 46 3A

RGB Percentages of Color #b1463a

%58.03
%22.95
%19.02

CMYK Percentages of Color #b1463a

%0
%60
%67
%31

Triadic Colors of #b1463a

#b1463a #3ab146 #463ab1

Analogous Colors of #b1463a

#b1463a #b1823a #b13a6a

Monochromatic Colors of #b1463a

#b1463a

Complementary Color

#b1463a #3aa5b1

#b1463a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b1463a Color Preview on White Background

Lorem ipsum dolor sit amet.

#b1463a Color CSS Codes

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

#b1463a Text Font Color

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

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


#b1463a Background Color

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

This div background color is #b1463a


#b1463a Border Color

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

This div border color is #b1463a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b1463a


Comments

No comments written yet.

Please login to write comment.