Html Css Color HEX #B64863 Blush

📋 copy color: '#B64863'

red 182 ◦ green 72 ◦ blue 99

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

Shades of Blush #B64863

Tints of Blush #B64863

RGB

 RED value IS 182 (71.48% from 255) = 51.56%

 GREEN value IS 72 (28.52% from 255) = 20.4%

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

R = 51.56%
G = 20.4%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B64863 (or 0xB64863) is known color: Blush. HEX triplet: B6, 48 and 63. RGB value is (182,72,99). Sum of RGB (Red+Green+Blue) = 182+72+99=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 99 (39.06% from 255 or 28.05% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B64863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64863 is #49B79C. Grayscale: #6B6B6B. Windows color (decimal): -4831133 or 6506678. OLE color: 6506678.

HSL color Cylindrical-coordinate representation of color #B64863: hue angle of 345.27º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64863 is Cyan = 0, Magento = 0.60, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 72 99 -
CMYK 0 0.60 0.46 0.29
HSL 345.27º 0.43% 0.5% -
HSV(B) 345.27º 0.6% 0.71% -
XYZ 23.86 15.48 13.53 -
YUV 107.97 122.94 180.8 -
System Red Green Blue C M Y K H S L
Decimal 182 72 99 0 0.60 0.46 0.29 345.27 0.43 0.5
Hex B6 48 63 0 3C 2E 1D 159 2B 32
Octal 266 110 143 0 74 56 35 531 53 62
Binary 10110110 1001000 1100011 0 111100 101110 11101 101011001 101011 110010

Color Harmonies of #B64863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64863

Black with #B64863

Text Example


Text Example

White with #B64863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64863; }

 p { color: rgb(182,72,99); }

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

background-color css

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

 a { background-color: rgb(182,72,99); }

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

border-color css

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

 span { border-color: rgb(182,72,99); }

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