Html Css Color HEX #B85665 Blush

📋 copy color: '#B85665'

red 184 ◦ green 86 ◦ blue 101

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

Shades of Blush #B85665

Tints of Blush #B85665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 49.6%
G = 23.18%
B = 27.22%

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

#B85665 (or 0xB85665) is known color: Blush. HEX triplet: B8, 56 and 65. RGB value is (184,86,101). Sum of RGB (Red+Green+Blue) = 184+86+101=371 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.60% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 184 - color contains mainly: red. Hex color #B85665 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85665 is #47A99A. Grayscale: #757575. Windows color (decimal): -4696475 or 6641336. OLE color: 6641336.

HSL color Cylindrical-coordinate representation of color #B85665: hue angle of 350.82º 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 #B85665 is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 86 101 -
CMYK 0 0.53 0.45 0.28
HSL 350.82º 0.41% 0.53% -
HSV(B) 350.82º 0.53% 0.72% -
XYZ 25.44 17.79 14.4 -
YUV 117.01 118.97 175.78 -
System Red Green Blue C M Y K H S L
Decimal 184 86 101 0 0.53 0.45 0.28 350.82 0.41 0.53
Hex B8 56 65 0 35 2D 1C 15F 29 35
Octal 270 126 145 0 65 55 34 537 51 65
Binary 10111000 1010110 1100101 0 110101 101101 11100 101011111 101001 110101

Color Harmonies of #B85665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85665

Black with #B85665

Text Example


Text Example

White with #B85665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85665; }

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

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

background-color css

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

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

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

border-color css

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

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

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