Html Css Color HEX #B85B63 Blush

📋 copy color: '#B85B63'

red 184 ◦ green 91 ◦ blue 99

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

Shades of Blush #B85B63

Tints of Blush #B85B63

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.33%

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

R = 49.2%
G = 24.33%
B = 26.47%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B85B63 (or 0xB85B63) is known color: Blush. HEX triplet: B8, 5B and 63. RGB value is (184,91,99). Sum of RGB (Red+Green+Blue) = 184+91+99=374 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.20% from 374); Green value is 91 (35.94% from 255 or 24.33% from 374); Blue value is 99 (39.06% from 255 or 26.47% from 374); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B63 is #47A49C. Grayscale: #777777. Windows color (decimal): -4695197 or 6511544. OLE color: 6511544.

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

Color convert

RGB 184 91 99 -
CMYK 0 0.51 0.46 0.28
HSL 354.84º 0.4% 0.54% -
HSV(B) 354.84º 0.51% 0.72% -
XYZ 25.76 18.57 14.03 -
YUV 119.72 116.31 173.85 -
System Red Green Blue C M Y K H S L
Decimal 184 91 99 0 0.51 0.46 0.28 354.84 0.4 0.54
Hex B8 5B 63 0 33 2E 1C 163 28 36
Octal 270 133 143 0 63 56 34 543 50 66
Binary 10111000 1011011 1100011 0 110011 101110 11100 101100011 101000 110110

Color Harmonies of #B85B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B63

Black with #B85B63

Text Example


Text Example

White with #B85B63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B63; }

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

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

background-color css

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

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

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

border-color css

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

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

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