#B74B69

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

Shades of Blush #B74B69

Tints of Blush #B74B69

Color information

#B74B69 (or 0xB74B69) is unknown color: approx Blush. HEX triplet: B7, 4B and 69. RGB value is (183,75,105). Sum of RGB (Red+Green+Blue) = 183+75+105=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 105 (41.41% from 255 or 28.93% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B74B69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74B69 is #48B496. Grayscale: #6E6E6E. Windows color (decimal): -4764823 or 6900663. OLE color: 6900663.

HSL color Cylindrical-coordinate representation of color #B74B69: hue angle of 343.33º 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 #B74B69 is Cyan = 0, Magento = 0.59, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB18375105-
CMYK00.590.430.28
HSL343.33º42.86%50.59%-
HSV(B)343.33º59.02%71.76%-
XYZ24.5916.1215.18-
YUV110.71124.78179.56-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.41%
GREEN value IS 75 (29.69% from 255) = 20.66%
BLUE value IS 105 (41.41% from 255) = 28.93%
R=50.41%
G=20.66%
B=28.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837510500.590.430.28343.3342.8650.59
HexB74B6903B2B1C1572b33
Octal26711315107353345275363
Binary1011011110010111101001011101110101111100101010111101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74B69; }

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

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

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

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

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

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

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

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