Html Css Color HEX #B85E73 Blush

📋 copy color: '#B85E73'

red 184 ◦ green 94 ◦ blue 115

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

Shades of Blush #B85E73

Tints of Blush #B85E73

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

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

R = 46.82%
G = 23.92%
B = 29.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#B85E73 (or 0xB85E73) is known color: Blush. HEX triplet: B8, 5E and 73. RGB value is (184,94,115). Sum of RGB (Red+Green+Blue) = 184+94+115=393 (52% of max value = 765). Red value is 184 (72.27% from 255 or 46.82% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 115 (45.31% from 255 or 29.26% from 393); Max value from RGB is 184 - color contains mainly: red. Hex color #B85E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85E73 is #47A18C. Grayscale: #7B7B7B. Windows color (decimal): -4694413 or 7560888. OLE color: 7560888.

HSL color Cylindrical-coordinate representation of color #B85E73: hue angle of 346º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B85E73 is Cyan = 0, Magento = 0.49, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 94 115 -
CMYK 0 0.49 0.38 0.28
HSL 346º 0.39% 0.55% -
HSV(B) 346º 0.49% 0.72% -
XYZ 26.86 19.43 18.55 -
YUV 123.3 123.32 171.29 -
System Red Green Blue C M Y K H S L
Decimal 184 94 115 0 0.49 0.38 0.28 346 0.39 0.55
Hex B8 5E 73 0 31 26 1C 15A 27 37
Octal 270 136 163 0 61 46 34 532 47 67
Binary 10111000 1011110 1110011 0 110001 100110 11100 101011010 100111 110111

Color Harmonies of #B85E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85E73

Black with #B85E73

Text Example


Text Example

White with #B85E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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