Html Css Color HEX #B85666 Blush

📋 copy color: '#B85666'

red 184 ◦ green 86 ◦ blue 102

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

Shades of Blush #B85666

Tints of Blush #B85666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.12%

 BLUE value IS 102 (40.23% from 255) = 27.42%

R = 49.46%
G = 23.12%
B = 27.42%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B85666 (or 0xB85666) is known color: Blush. HEX triplet: B8, 56 and 66. RGB value is (184,86,102). Sum of RGB (Red+Green+Blue) = 184+86+102=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 86 (33.98% from 255 or 23.12% from 372); Blue value is 102 (40.23% from 255 or 27.42% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B85666 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85666 is #47A999. Grayscale: #757575. Windows color (decimal): -4696474 or 6706872. OLE color: 6706872.

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

Color convert

RGB 184 86 102 -
CMYK 0 0.53 0.45 0.28
HSL 350.2º 0.41% 0.53% -
HSV(B) 350.2º 0.53% 0.72% -
XYZ 25.49 17.81 14.66 -
YUV 117.13 119.47 175.7 -
System Red Green Blue C M Y K H S L
Decimal 184 86 102 0 0.53 0.45 0.28 350.2 0.41 0.53
Hex B8 56 66 0 35 2D 1C 15E 29 35
Octal 270 126 146 0 65 55 34 536 51 65
Binary 10111000 1010110 1100110 0 110101 101101 11100 101011110 101001 110101

Color Harmonies of #B85666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85666

Black with #B85666

Text Example


Text Example

White with #B85666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85666; }

 p { color: rgb(184,86,102); }

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

background-color css

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

 a { background-color: rgb(184,86,102); }

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

border-color css

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

 span { border-color: rgb(184,86,102); }

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