Html Css Color HEX #B85461 Blush

📋 copy color: '#B85461'

red 184 ◦ green 84 ◦ blue 97

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

Shades of Blush #B85461

Tints of Blush #B85461

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.01%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 50.41%
G = 23.01%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B85461 (or 0xB85461) is known color: Blush. HEX triplet: B8, 54 and 61. RGB value is (184,84,97). Sum of RGB (Red+Green+Blue) = 184+84+97=365 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.41% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 184 - color contains mainly: red. Hex color #B85461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85461 is #47AB9E. Grayscale: #737373. Windows color (decimal): -4696991 or 6378680. OLE color: 6378680.

HSL color Cylindrical-coordinate representation of color #B85461: hue angle of 352.2º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B85461 is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 84 97 -
CMYK 0 0.54 0.47 0.28
HSL 352.2º 0.41% 0.53% -
HSV(B) 352.2º 0.54% 0.72% -
XYZ 25.1 17.39 13.34 -
YUV 115.38 117.63 176.94 -
System Red Green Blue C M Y K H S L
Decimal 184 84 97 0 0.54 0.47 0.28 352.2 0.41 0.53
Hex B8 54 61 0 36 2F 1C 160 29 35
Octal 270 124 141 0 66 57 34 540 51 65
Binary 10111000 1010100 1100001 0 110110 101111 11100 101100000 101001 110101

Color Harmonies of #B85461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85461

Black with #B85461

Text Example


Text Example

White with #B85461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85461; }

 p { color: rgb(184,84,97); }

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

background-color css

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

 a { background-color: rgb(184,84,97); }

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

border-color css

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

 span { border-color: rgb(184,84,97); }

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