Color Hex Logo

#b46369 Color Hex

#B46369
(180,99,105)
0 Favorites   0 Comments

Color spaces of #b46369

RGB 18099105
HSL0.990.350.55
HSV356°45°71°
CMYK 0.000.450.42   0.29
XYZ25.834019.646915.7952
Yxy19.64690.42160.3206
Hunter Lab44.324826.46749.8993
CIE-Lab51.435633.211911.1807

#b46369 color RGB value is (180,99,105).

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

The process color (four color CMYK) of #b46369 color hex is 0.00, 0.45, 0.42, 0.29. Web safe color of #b46369 is #cc6666. Color #b46369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 01100011 01101001
Octal 264 143 151
Decimal 180 99 105
Hex B4 63 69

RGB Percentages of Color #b46369

%46.88
%25.78
%27.34

CMYK Percentages of Color #b46369

%0
%45
%42
%29

Triadic Colors of #b46369

#b46369 #69b463 #6369b4

Analogous Colors of #b46369

#b46369 #b48663 #b46392

Monochromatic Colors of #b46369

#b46369

Complementary Color

#b46369 #63b4ae

#b46369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b46369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b46369 Color CSS Codes

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

#b46369 Text Font Color

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

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


#b46369 Background Color

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

This div background color is #b46369


#b46369 Border Color

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

This div border color is #b46369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b46369


Comments

No comments written yet.

Please login to write comment.