Html Css Color HEX #B85863 Blush

📋 copy color: '#B85863'

red 184 ◦ green 88 ◦ blue 99

#B85863
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blush #B85863

Tints of Blush #B85863

RGB

 RED value IS 184 (72.27% from 255) = 49.6%

 GREEN value IS 88 (34.77% from 255) = 23.72%

 BLUE value IS 99 (39.06% from 255) = 26.68%

R = 49.6%
G = 23.72%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B85863 (or 0xB85863) is known color: Blush. HEX triplet: B8, 58 and 63. RGB value is (184,88,99). Sum of RGB (Red+Green+Blue) = 184+88+99=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 99 (39.06% from 255 or 26.68% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85863 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85863 is #47A79C. Grayscale: #767676. Windows color (decimal): -4695965 or 6510776. OLE color: 6510776.

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

Color convert

RGB 184 88 99 -
CMYK 0 0.52 0.46 0.28
HSL 353.13º 0.4% 0.53% -
HSV(B) 353.13º 0.52% 0.72% -
XYZ 25.51 18.07 13.95 -
YUV 117.96 117.3 175.11 -
System Red Green Blue C M Y K H S L
Decimal 184 88 99 0 0.52 0.46 0.28 353.13 0.4 0.53
Hex B8 58 63 0 34 2E 1C 161 28 35
Octal 270 130 143 0 64 56 34 541 50 65
Binary 10111000 1011000 1100011 0 110100 101110 11100 101100001 101000 110101

Color Harmonies of #B85863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85863

Black with #B85863

Text Example


Text Example

White with #B85863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85863; }

 p { color: rgb(184,88,99); }

 H1.HeaderClassName
 {
   color: #B85863;
 }
 .AnyTagClassName
 {
   color: #B85863;
 }
</style>

background-color css

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

 a { background-color: rgb(184,88,99); }

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

border-color css

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

 span { border-color: rgb(184,88,99); }

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