Html Css Color HEX #B63E63 Rouge

📋 copy color: '#B63E63'

red 182 ◦ green 62 ◦ blue 99

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

Shades of Rouge #B63E63

Tints of Rouge #B63E63

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.08%

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

R = 53.06%
G = 18.08%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B63E63 (or 0xB63E63) is known color: Rouge. HEX triplet: B6, 3E and 63. RGB value is (182,62,99). Sum of RGB (Red+Green+Blue) = 182+62+99=343 (45% of max value = 765). Red value is 182 (71.48% from 255 or 53.06% from 343); Green value is 62 (24.61% from 255 or 18.08% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E63 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E63 is #49C19C. Grayscale: #666666. Windows color (decimal): -4833693 or 6504118. OLE color: 6504118.

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

Color convert

RGB 182 62 99 -
CMYK 0 0.66 0.46 0.29
HSL 341.5º 0.49% 0.48% -
HSV(B) 341.5º 0.66% 0.71% -
XYZ 23.27 14.29 13.34 -
YUV 102.1 126.26 184.99 -
System Red Green Blue C M Y K H S L
Decimal 182 62 99 0 0.66 0.46 0.29 341.5 0.49 0.48
Hex B6 3E 63 0 42 2E 1D 156 31 30
Octal 266 76 143 0 102 56 35 526 61 60
Binary 10110110 111110 1100011 0 1000010 101110 11101 101010110 110001 110000

Color Harmonies of #B63E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E63

Black with #B63E63

Text Example


Text Example

White with #B63E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E63; }

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

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

background-color css

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

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

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

border-color css

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

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

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