Html Css Color HEX #B85B73 Blush

📋 copy color: '#B85B73'

red 184 ◦ green 91 ◦ blue 115

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

Shades of Blush #B85B73

Tints of Blush #B85B73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 29.49%

R = 47.18%
G = 23.33%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B85B73 (or 0xB85B73) is known color: Blush. HEX triplet: B8, 5B and 73. RGB value is (184,91,115). Sum of RGB (Red+Green+Blue) = 184+91+115=390 (51% of max value = 765). Red value is 184 (72.27% from 255 or 47.18% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 115 (45.31% from 255 or 29.49% from 390); Max value from RGB is 184 - color contains mainly: red. Hex color #B85B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85B73 is #47A48C. Grayscale: #797979. Windows color (decimal): -4695181 or 7560120. OLE color: 7560120.

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

Color convert

RGB 184 91 115 -
CMYK 0 0.51 0.38 0.28
HSL 344.52º 0.4% 0.54% -
HSV(B) 344.52º 0.51% 0.72% -
XYZ 26.6 18.91 18.47 -
YUV 121.54 124.31 172.55 -
System Red Green Blue C M Y K H S L
Decimal 184 91 115 0 0.51 0.38 0.28 344.52 0.4 0.54
Hex B8 5B 73 0 33 26 1C 159 28 36
Octal 270 133 163 0 63 46 34 531 50 66
Binary 10111000 1011011 1110011 0 110011 100110 11100 101011001 101000 110110

Color Harmonies of #B85B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85B73

Black with #B85B73

Text Example


Text Example

White with #B85B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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