Html Css Color HEX #B85765 Blush

📋 copy color: '#B85765'

red 184 ◦ green 87 ◦ blue 101

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

Shades of Blush #B85765

Tints of Blush #B85765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

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

R = 49.46%
G = 23.39%
B = 27.15%

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

#B85765 (or 0xB85765) is known color: Blush. HEX triplet: B8, 57 and 65. RGB value is (184,87,101). Sum of RGB (Red+Green+Blue) = 184+87+101=372 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.46% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 184 - color contains mainly: red. Hex color #B85765 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85765 is #47A89A. Grayscale: #757575. Windows color (decimal): -4696219 or 6641592. OLE color: 6641592.

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

Color convert

RGB 184 87 101 -
CMYK 0 0.53 0.45 0.28
HSL 351.34º 0.41% 0.53% -
HSV(B) 351.34º 0.53% 0.72% -
XYZ 25.52 17.95 14.43 -
YUV 117.6 118.64 175.36 -
System Red Green Blue C M Y K H S L
Decimal 184 87 101 0 0.53 0.45 0.28 351.34 0.41 0.53
Hex B8 57 65 0 35 2D 1C 15F 29 35
Octal 270 127 145 0 65 55 34 537 51 65
Binary 10111000 1010111 1100101 0 110101 101101 11100 101011111 101001 110101

Color Harmonies of #B85765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85765

Black with #B85765

Text Example


Text Example

White with #B85765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85765; }

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

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

background-color css

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

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

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

border-color css

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

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

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