Html Css Color HEX #B63863 Rouge

📋 copy color: '#B63863'

red 182 ◦ green 56 ◦ blue 99

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

Shades of Rouge #B63863

Tints of Rouge #B63863

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.62%

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

R = 54.01%
G = 16.62%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B63863 (or 0xB63863) is known color: Rouge. HEX triplet: B6, 38 and 63. RGB value is (182,56,99). Sum of RGB (Red+Green+Blue) = 182+56+99=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 56 (22.27% from 255 or 16.62% from 337); Blue value is 99 (39.06% from 255 or 29.38% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B63863 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63863 is #49C79C. Grayscale: #626262. Windows color (decimal): -4835229 or 6502582. OLE color: 6502582.

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

Color convert

RGB 182 56 99 -
CMYK 0 0.69 0.46 0.29
HSL 339.52º 0.53% 0.47% -
HSV(B) 339.52º 0.69% 0.71% -
XYZ 22.96 13.67 13.23 -
YUV 98.58 128.24 187.5 -
System Red Green Blue C M Y K H S L
Decimal 182 56 99 0 0.69 0.46 0.29 339.52 0.53 0.47
Hex B6 38 63 0 45 2E 1D 154 35 2F
Octal 266 70 143 0 105 56 35 524 65 57
Binary 10110110 111000 1100011 0 1000101 101110 11101 101010100 110101 101111

Color Harmonies of #B63863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63863

Black with #B63863

Text Example


Text Example

White with #B63863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63863; }

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

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

background-color css

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

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

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

border-color css

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

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

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