Color Hex Logo

#b2463d Color Hex

#B2463D
(178,70,61)
0 Favorites   0 Comments

Color spaces of #b2463d

RGB 1787061
HSL0.010.490.47
HSV66°70°
CMYK 0.000.610.66   0.30
XYZ21.392614.18226.0248
Yxy14.18220.51430.3409
Hunter Lab37.659335.494416.8762
CIE-Lab44.493143.397328.0863

#b2463d color RGB value is (178,70,61).

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

The process color (four color CMYK) of #b2463d color hex is 0.00, 0.61, 0.66, 0.30. Web safe color of #b2463d is #993333. Color #b2463d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000110 00111101
Octal 262 106 75
Decimal 178 70 61
Hex B2 46 3D

RGB Percentages of Color #b2463d

%57.61
%22.65
%19.74

CMYK Percentages of Color #b2463d

%0
%61
%66
%30

Triadic Colors of #b2463d

#b2463d #3db246 #463db2

Analogous Colors of #b2463d

#b2463d #b2813d #b23d6f

Monochromatic Colors of #b2463d

#b2463d

Complementary Color

#b2463d #3da9b2

#b2463d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2463d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2463d Color CSS Codes

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

#b2463d Text Font Color

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

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


#b2463d Background Color

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

This div background color is #b2463d


#b2463d Border Color

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

This div border color is #b2463d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2463d


Comments

No comments written yet.

Please login to write comment.