Html Css Color HEX #B85268 Blush

📋 copy color: '#B85268'

red 184 ◦ green 82 ◦ blue 104

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

Shades of Blush #B85268

Tints of Blush #B85268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 28.11%

R = 49.73%
G = 22.16%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B85268 (or 0xB85268) is known color: Blush. HEX triplet: B8, 52 and 68. RGB value is (184,82,104). Sum of RGB (Red+Green+Blue) = 184+82+104=370 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.73% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 104 (41.02% from 255 or 28.11% from 370); Max value from RGB is 184 - color contains mainly: red. Hex color #B85268 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85268 is #47AD97. Grayscale: #737373. Windows color (decimal): -4697496 or 6836920. OLE color: 6836920.

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

Color convert

RGB 184 82 104 -
CMYK 0 0.55 0.43 0.28
HSL 347.06º 0.42% 0.52% -
HSV(B) 347.06º 0.55% 0.72% -
XYZ 25.28 17.22 15.09 -
YUV 115.01 121.79 177.21 -
System Red Green Blue C M Y K H S L
Decimal 184 82 104 0 0.55 0.43 0.28 347.06 0.42 0.52
Hex B8 52 68 0 37 2B 1C 15B 2A 34
Octal 270 122 150 0 67 53 34 533 52 64
Binary 10111000 1010010 1101000 0 110111 101011 11100 101011011 101010 110100

Color Harmonies of #B85268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85268

Black with #B85268

Text Example


Text Example

White with #B85268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85268; }

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

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

background-color css

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

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

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

border-color css

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

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

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