Color Hex Logo

#b75349 Color Hex

#B75349
(183,83,73)
0 Favorites   0 Comments

Color spaces of #b75349

RGB 1838373
HSL0.020.430.50
HSV60°72°
CMYK 0.000.550.60   0.28
XYZ23.824316.73488.2778
Yxy16.73480.48780.3427
Hunter Lab40.908232.366316.6384
CIE-Lab47.924139.721425.4884

#b75349 color RGB value is (183,83,73).

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

The process color (four color CMYK) of #b75349 color hex is 0.00, 0.55, 0.60, 0.28. Web safe color of #b75349 is #cc6633. Color #b75349 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 01001001
Octal 267 123 111
Decimal 183 83 73
Hex B7 53 49

RGB Percentages of Color #b75349

%53.98
%24.48
%21.53

CMYK Percentages of Color #b75349

%0
%55
%60
%28

Triadic Colors of #b75349

#b75349 #49b753 #5349b7

Analogous Colors of #b75349

#b75349 #b78a49 #b74976

Monochromatic Colors of #b75349

#b75349

Complementary Color

#b75349 #49adb7

#b75349 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75349 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75349 Color CSS Codes

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

#b75349 Text Font Color

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

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


#b75349 Background Color

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

This div background color is #b75349


#b75349 Border Color

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

This div border color is #b75349


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75349


Comments

No comments written yet.

Please login to write comment.