#B74D6C

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

Shades of Blush #B74D6C

Tints of Blush #B74D6C

Color information

#B74D6C (or 0xB74D6C) is unknown color: approx Blush. HEX triplet: B7, 4D and 6C. RGB value is (183,77,108). Sum of RGB (Red+Green+Blue) = 183+77+108=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 77 (30.47% from 255 or 20.92% from 368); Blue value is 108 (42.58% from 255 or 29.35% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D6C is #48B293. Grayscale: #707070. Windows color (decimal): -4764308 or 7097783. OLE color: 7097783.

HSL color Cylindrical-coordinate representation of color #B74D6C: hue angle of 342.45º degrees, saturation: 0.42, 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 #B74D6C is Cyan = 0, Magento = 0.58, Yellow = 0.41 and Black (K on CMYK) = 0.28.

Color convert

RGB18377108-
CMYK00.580.410.28
HSL342.45º42.4%50.98%-
HSV(B)342.45º57.92%71.76%-
XYZ24.8916.4616.05-
YUV112.23125.62178.48-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 49.73%
GREEN value IS 77 (30.47% from 255) = 20.92%
BLUE value IS 108 (42.58% from 255) = 29.35%
R=49.73%
G=20.92%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.41
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837710800.580.410.28342.4542.450.98
HexB74D6C03A291C1562a33
Octal26711515407251345265263
Binary1011011110011011101100011101010100111100101010110101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74D6C; }

 p { color: rgb(183,77,108); }

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

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

 a { background-color: rgb(183,77,108); }

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

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

 span { border-color: rgb(183,77,108); }

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