Html Css Color HEX #B85263 Blush

📋 copy color: '#B85263'

red 184 ◦ green 82 ◦ blue 99

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

Shades of Blush #B85263

Tints of Blush #B85263

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.47%

 BLUE value IS 99 (39.06% from 255) = 27.12%

R = 50.41%
G = 22.47%
B = 27.12%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B85263 (or 0xB85263) is known color: Blush. HEX triplet: B8, 52 and 63. RGB value is (184,82,99). Sum of RGB (Red+Green+Blue) = 184+82+99=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 82 (32.42% from 255 or 22.47% from 365); Blue value is 99 (39.06% from 255 or 27.12% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B85263 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85263 is #47AD9C. Grayscale: #727272. Windows color (decimal): -4697501 or 6509240. OLE color: 6509240.

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

Color convert

RGB 184 82 99 -
CMYK 0 0.55 0.46 0.28
HSL 350º 0.42% 0.52% -
HSV(B) 350º 0.55% 0.72% -
XYZ 25.04 17.13 13.79 -
YUV 114.44 119.29 177.62 -
System Red Green Blue C M Y K H S L
Decimal 184 82 99 0 0.55 0.46 0.28 350 0.42 0.52
Hex B8 52 63 0 37 2E 1C 15E 2A 34
Octal 270 122 143 0 67 56 34 536 52 64
Binary 10111000 1010010 1100011 0 110111 101110 11100 101011110 101010 110100

Color Harmonies of #B85263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85263

Black with #B85263

Text Example


Text Example

White with #B85263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85263; }

 p { color: rgb(184,82,99); }

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

background-color css

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

 a { background-color: rgb(184,82,99); }

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

border-color css

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

 span { border-color: rgb(184,82,99); }

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