#B96274

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

Shades of Blush #B96274

Tints of Blush #B96274

Color information

#B96274 (or 0xB96274) is unknown color: approx Blush. HEX triplet: B9, 62 and 74. RGB value is (185,98,116). Sum of RGB (Red+Green+Blue) = 185+98+116=399 (52% of max value = 765). Red value is 185 (72.66% from 255 or 46.37% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 116 (45.70% from 255 or 29.07% from 399); Max value from RGB is 185 - color contains mainly: red. Hex color #B96274 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B96274 is #469D8B. Grayscale: #7E7E7E. Windows color (decimal): -4627852 or 7627449. OLE color: 7627449.

HSL color Cylindrical-coordinate representation of color #B96274: hue angle of 347.59º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B96274 is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB18598116-
CMYK00.470.370.27
HSL347.59º38.33%55.49%-
HSV(B)347.59º47.03%72.55%-
XYZ27.5320.3118.99-
YUV126.06122.32170.04-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 46.37%
GREEN value IS 98 (38.67% from 255) = 24.56%
BLUE value IS 116 (45.70% from 255) = 29.07%
R=46.37%
G=24.56%
B=29.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1859811600.470.370.27347.5938.3355.49
HexB9627402F251B15c2637
Octal27114216405745335344667
Binary1011100111000101110100010111110010111011101011100100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B96274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B96274; }

 p { color: rgb(185,98,116); }

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

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

 a { background-color: rgb(185,98,116); }

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

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

 span { border-color: rgb(185,98,116); }

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