#B74B66

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

Shades of Blush #B74B66

Tints of Blush #B74B66

Color information

#B74B66 (or 0xB74B66) is unknown color: approx Blush. HEX triplet: B7, 4B and 66. RGB value is (183,75,102). Sum of RGB (Red+Green+Blue) = 183+75+102=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 75 (29.69% from 255 or 20.83% from 360); Blue value is 102 (40.23% from 255 or 28.33% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B66 is #48B499. Grayscale: #6E6E6E. Windows color (decimal): -4764826 or 6704055. OLE color: 6704055.

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

Color convert

RGB18375102-
CMYK00.590.440.28
HSL345º42.86%50.59%-
HSV(B)345º59.02%71.76%-
XYZ24.4416.0614.38-
YUV110.37123.28179.8-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 75 (29.69% from 255) = 20.83%
BLUE value IS 102 (40.23% from 255) = 28.33%
R=50.83%
G=20.83%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837510200.590.440.2834542.8650.59
HexB74B6603B2C1C1592b33
Octal26711314607354345315363
Binary1011011110010111100110011101110110011100101011001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B66; }

 p { color: rgb(183,75,102); }

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

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

 a { background-color: rgb(183,75,102); }

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

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

 span { border-color: rgb(183,75,102); }

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