Html Css Color HEX #B85364 Blush

📋 copy color: '#B85364'

red 184 ◦ green 83 ◦ blue 100

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

Shades of Blush #B85364

Tints of Blush #B85364

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.62%

 BLUE value IS 100 (39.45% from 255) = 27.25%

R = 50.14%
G = 22.62%
B = 27.25%

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

#B85364 (or 0xB85364) is known color: Blush. HEX triplet: B8, 53 and 64. RGB value is (184,83,100). Sum of RGB (Red+Green+Blue) = 184+83+100=367 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.14% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 100 (39.45% from 255 or 27.25% from 367); Max value from RGB is 184 - color contains mainly: red. Hex color #B85364 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B85364 is #47AC9B. Grayscale: #737373. Windows color (decimal): -4697244 or 6575032. OLE color: 6575032.

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

Color convert

RGB 184 83 100 -
CMYK 0 0.55 0.46 0.28
HSL 349.9º 0.42% 0.52% -
HSV(B) 349.9º 0.55% 0.72% -
XYZ 25.16 17.3 14.07 -
YUV 115.14 119.46 177.12 -
System Red Green Blue C M Y K H S L
Decimal 184 83 100 0 0.55 0.46 0.28 349.9 0.42 0.52
Hex B8 53 64 0 37 2E 1C 15E 2A 34
Octal 270 123 144 0 67 56 34 536 52 64
Binary 10111000 1010011 1100100 0 110111 101110 11100 101011110 101010 110100

Color Harmonies of #B85364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B85364

Black with #B85364

Text Example


Text Example

White with #B85364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B85364; }

 p { color: rgb(184,83,100); }

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

background-color css

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

 a { background-color: rgb(184,83,100); }

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

border-color css

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

 span { border-color: rgb(184,83,100); }

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