Color Hex Logo

#b2746d Color Hex

#B2746D
(178,116,109)
0 Favorites   0 Comments

Color spaces of #b2746d

RGB 178116109
HSL0.020.310.56
HSV39°70°
CMYK 0.000.350.39   0.30
XYZ27.365823.059917.4767
Yxy23.05990.40300.3396
Hunter Lab48.020717.686412.0365
CIE-Lab55.134023.549613.9531

#b2746d color RGB value is (178,116,109).

#b2746d hex color red value is 178, green value is 116 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #b2746d hue: 0.02 , saturation: 0.31 and the lightness value of b2746d is 0.56.

The process color (four color CMYK) of #b2746d color hex is 0.00, 0.35, 0.39, 0.30. Web safe color of #b2746d is #996666. Color #b2746d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110100 01101101
Octal 262 164 155
Decimal 178 116 109
Hex B2 74 6D

RGB Percentages of Color #b2746d

%44.17
%28.78
%27.05

CMYK Percentages of Color #b2746d

%0
%35
%39
%30

Triadic Colors of #b2746d

#b2746d #6db274 #746db2

Analogous Colors of #b2746d

#b2746d #b2976d #b26d89

Monochromatic Colors of #b2746d

#b2746d

Complementary Color

#b2746d #6dabb2

#b2746d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2746d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2746d Color CSS Codes

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

#b2746d Text Font Color

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

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


#b2746d Background Color

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

This div background color is #b2746d


#b2746d Border Color

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

This div border color is #b2746d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,116,109, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2746d


Comments

No comments written yet.

Please login to write comment.