#B76174

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

Shades of Blush #B76174

Tints of Blush #B76174

Color information

#B76174 (or 0xB76174) is unknown color: approx Blush. HEX triplet: B7, 61 and 74. RGB value is (183,97,116). Sum of RGB (Red+Green+Blue) = 183+97+116=396 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.21% from 396); Green value is 97 (38.28% from 255 or 24.49% from 396); Blue value is 116 (45.70% from 255 or 29.29% from 396); Max value from RGB is 183 - color contains mainly: red. Hex color #B76174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B76174 is #489E8B. Grayscale: #7C7C7C. Windows color (decimal): -4759180 or 7627191. OLE color: 7627191.

HSL color Cylindrical-coordinate representation of color #B76174: hue angle of 346.74º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B76174 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB18397116-
CMYK00.470.370.28
HSL346.74º37.39%54.9%-
HSV(B)346.74º46.99%71.76%-
XYZ26.9619.8818.94-
YUV124.88122.99169.46-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 46.21%
GREEN value IS 97 (38.28% from 255) = 24.49%
BLUE value IS 116 (45.70% from 255) = 29.29%
R=46.21%
G=24.49%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1839711600.470.370.28346.7437.3954.9
HexB7617402F251C15b2537
Octal26714116405745345334567
Binary1011011111000011110100010111110010111100101011011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B76174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B76174; }

 p { color: rgb(183,97,116); }

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

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

 a { background-color: rgb(183,97,116); }

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

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

 span { border-color: rgb(183,97,116); }

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