Html Css Color HEX #B64363 Blush

📋 copy color: '#B64363'

red 182 ◦ green 67 ◦ blue 99

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

Shades of Blush #B64363

Tints of Blush #B64363

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.25%

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

R = 52.3%
G = 19.25%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B64363 (or 0xB64363) is known color: Blush. HEX triplet: B6, 43 and 63. RGB value is (182,67,99). Sum of RGB (Red+Green+Blue) = 182+67+99=348 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.30% from 348); Green value is 67 (26.56% from 255 or 19.25% from 348); Blue value is 99 (39.06% from 255 or 28.45% from 348); Max value from RGB is 182 - color contains mainly: red. Hex color #B64363 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64363 is #49BC9C. Grayscale: #696969. Windows color (decimal): -4832413 or 6505398. OLE color: 6505398.

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

Color convert

RGB 182 67 99 -
CMYK 0 0.63 0.46 0.29
HSL 343.3º 0.46% 0.49% -
HSV(B) 343.3º 0.63% 0.71% -
XYZ 23.55 14.86 13.43 -
YUV 105.03 124.6 182.9 -
System Red Green Blue C M Y K H S L
Decimal 182 67 99 0 0.63 0.46 0.29 343.3 0.46 0.49
Hex B6 43 63 0 3F 2E 1D 157 2E 31
Octal 266 103 143 0 77 56 35 527 56 61
Binary 10110110 1000011 1100011 0 111111 101110 11101 101010111 101110 110001

Color Harmonies of #B64363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64363

Black with #B64363

Text Example


Text Example

White with #B64363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64363; }

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

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

background-color css

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

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

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

border-color css

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

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

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