#B74A67

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

Shades of Blush #B74A67

Tints of Blush #B74A67

Color information

#B74A67 (or 0xB74A67) is unknown color: approx Blush. HEX triplet: B7, 4A and 67. RGB value is (183,74,103). Sum of RGB (Red+Green+Blue) = 183+74+103=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 74 (29.30% from 255 or 20.56% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A67 is #48B598. Grayscale: #6D6D6D. Windows color (decimal): -4765081 or 6769335. OLE color: 6769335.

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

Color convert

RGB18374103-
CMYK00.600.440.28
HSL344.04º43.08%50.39%-
HSV(B)344.04º59.56%71.76%-
XYZ24.4315.9414.62-
YUV109.9124.11180.14-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 50.83%
GREEN value IS 74 (29.30% from 255) = 20.56%
BLUE value IS 103 (40.62% from 255) = 28.61%
R=50.83%
G=20.56%
B=28.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837410300.600.440.28344.0443.0850.39
HexB74A6703C2C1C1582b32
Octal26711214707454345305362
Binary1011011110010101100111011110010110011100101011000101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74A67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74A67; }

 p { color: rgb(183,74,103); }

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

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

 a { background-color: rgb(183,74,103); }

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

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

 span { border-color: rgb(183,74,103); }

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