Color Hex Logo

#b74a4b Color Hex

#B74A4B
(183,74,75)
0 Favorites   0 Comments

Color spaces of #b74a4b

RGB 1837475
HSL1.000.430.50
HSV359°60°72°
CMYK 0.000.600.59   0.28
XYZ23.247215.47288.4179
Yxy15.47280.49320.3282
Hunter Lab39.335536.656114.8466
CIE-Lab46.275144.263022.1699

#b74a4b color RGB value is (183,74,75).

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

The process color (four color CMYK) of #b74a4b color hex is 0.00, 0.60, 0.59, 0.28. Web safe color of #b74a4b is #cc3333. Color #b74a4b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01001010 01001011
Octal 267 112 113
Decimal 183 74 75
Hex B7 4A 4B

RGB Percentages of Color #b74a4b

%55.12
%22.29
%22.59

CMYK Percentages of Color #b74a4b

%0
%60
%59
%28

Triadic Colors of #b74a4b

#b74a4b #4bb74a #4a4bb7

Analogous Colors of #b74a4b

#b74a4b #b7804a #b74a82

Monochromatic Colors of #b74a4b

#b74a4b

Complementary Color

#b74a4b #4ab7b6

#b74a4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b74a4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#b74a4b Color CSS Codes

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

#b74a4b Text Font Color

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

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


#b74a4b Background Color

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

This div background color is #b74a4b


#b74a4b Border Color

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

This div border color is #b74a4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b74a4b


Comments

No comments written yet.

Please login to write comment.