Html Css Color HEX #B85565 Blush

📋 copy color: '#B85565'

red 184 ◦ green 85 ◦ blue 101

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

Shades of Blush #B85565

Tints of Blush #B85565

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.97%

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

R = 49.73%
G = 22.97%
B = 27.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B85565 (or 0xB85565) is known color: Blush. HEX triplet: B8, 55 and 65. RGB value is (184,85,101). Sum of RGB (Red+Green+Blue) = 184+85+101=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 85 (33.59% from 255 or 22.97% from 370); Blue value is 101 (39.84% from 255 or 27.30% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85565 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85565 is #47AA9A. Grayscale: #747474. Windows color (decimal): -4696731 or 6641080. OLE color: 6641080.

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

Color convert

RGB 184 85 101 -
CMYK 0 0.54 0.45 0.28
HSL 350.3º 0.41% 0.53% -
HSV(B) 350.3º 0.54% 0.72% -
XYZ 25.36 17.63 14.38 -
YUV 116.43 119.3 176.2 -
System Red Green Blue C M Y K H S L
Decimal 184 85 101 0 0.54 0.45 0.28 350.3 0.41 0.53
Hex B8 55 65 0 36 2D 1C 15E 29 35
Octal 270 125 145 0 66 55 34 536 51 65
Binary 10111000 1010101 1100101 0 110110 101101 11100 101011110 101001 110101

Color Harmonies of #B85565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85565

Black with #B85565

Text Example


Text Example

White with #B85565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85565; }

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

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

background-color css

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

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

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

border-color css

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

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

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