#B74C5E

Color #B74C5E Blush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blush #B74C5E

Tints of Blush #B74C5E

Color information

#B74C5E (or 0xB74C5E) is unknown color: approx Blush. HEX triplet: B7, 4C and 5E. RGB value is (183,76,94). Sum of RGB (Red+Green+Blue) = 183+76+94=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 94 (37.11% from 255 or 26.63% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B74C5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74C5E is #48B3A1. Grayscale: #6E6E6E. Windows color (decimal): -4764578 or 6180023. OLE color: 6180023.

HSL color Cylindrical-coordinate representation of color #B74C5E: hue angle of 349.91º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74C5E is Cyan = 0, Magento = 0.58, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB1837694-
CMYK00.580.490.28
HSL349.91º42.63%50.78%-
HSV(B)349.91º58.47%71.76%-
XYZ24.1316.0412.41-
YUV110.04118.95180.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 183 (71.88% from 255) = 51.84%
GREEN value IS 76 (30.08% from 255) = 21.53%
BLUE value IS 94 (37.11% from 255) = 26.63%
R=51.84%
G=21.53%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.49
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183769400.580.490.28349.9142.6350.78
HexB74C5E03A311C15e2b33
Octal26711413607261345365363
Binary1011011110011001011110011101011000111100101011110101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74C5E; }

 p { color: rgb(183,76,94); }

 H1.HeaderClassName
 {
   color: #B74C5E;
 }
 .AnyTagClassName
 {
   color: #B74C5E;
 }
</style>
background-color css

<style>
 a { background-color: #B74C5E; }

 a { background-color: rgb(183,76,94); }

 div.DivClassName
 {
   background-color: #B74C5E;
 }
 .BgClassName
 {
   background-color: #B74C5E;
 }
</style>
border-color css

<style>
 span { border-color: #B74C5E; }

 span { border-color: rgb(183,76,94); }

 td.TdClassName
 {
   border-color: #B74C5E;
 }
 .TagClassName
 {
   border-color: #B74C5E;
 }
</style>