#B85962

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

Shades of Blush #B85962

Tints of Blush #B85962

Color information

#B85962 (or 0xB85962) is unknown color: approx Blush. HEX triplet: B8, 59 and 62. RGB value is (184,89,98). Sum of RGB (Red+Green+Blue) = 184+89+98=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 89 (35.16% from 255 or 23.99% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85962 is #47A69D. Grayscale: #767676. Windows color (decimal): -4695710 or 6445496. OLE color: 6445496.

HSL color Cylindrical-coordinate representation of color #B85962: hue angle of 354.32º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B85962 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB1848998-
CMYK00.520.470.28
HSL354.32º40.08%53.53%-
HSV(B)354.32º51.63%72.16%-
XYZ25.5418.2213.73-
YUV118.43116.47174.77-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 49.60%
GREEN value IS 89 (35.16% from 255) = 23.99%
BLUE value IS 98 (38.67% from 255) = 26.42%
R=49.60%
G=23.99%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.47
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184899800.520.470.28354.3240.0853.53
HexB859620342F1C1622836
Octal27013114206457345425066
Binary1011100010110011100010011010010111111100101100010101000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B85962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B85962; }

 p { color: rgb(184,89,98); }

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

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

 a { background-color: rgb(184,89,98); }

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

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

 span { border-color: rgb(184,89,98); }

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