#B74867

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

Shades of Blush #B74867

Tints of Blush #B74867

Color information

#B74867 (or 0xB74867) is unknown color: approx Blush. HEX triplet: B7, 48 and 67. RGB value is (183,72,103). Sum of RGB (Red+Green+Blue) = 183+72+103=358 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.12% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 103 (40.62% from 255 or 28.77% from 358); Max value from RGB is 183 - color contains mainly: red. Hex color #B74867 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74867 is #48B798. Grayscale: #6C6C6C. Windows color (decimal): -4765593 or 6768823. OLE color: 6768823.

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

Color convert

RGB18372103-
CMYK00.610.440.28
HSL343.24º43.53%50%-
HSV(B)343.24º60.66%71.76%-
XYZ24.2915.6814.58-
YUV108.72124.77180.98-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 51.12%
GREEN value IS 72 (28.52% from 255) = 20.11%
BLUE value IS 103 (40.62% from 255) = 28.77%
R=51.12%
G=20.11%
B=28.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.44
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1837210300.610.440.28343.2443.5350
HexB7486703D2C1C1572c32
Octal26711014707554345275462
Binary1011011110010001100111011110110110011100101010111101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B74867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B74867; }

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

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

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

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

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

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

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

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