Html Css Color HEX #B63570 Rouge

📋 copy color: '#B63570'

red 182 ◦ green 53 ◦ blue 112

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

Shades of Rouge #B63570

Tints of Rouge #B63570

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.27%

 BLUE value IS 112 (44.14% from 255) = 32.28%

R = 52.45%
G = 15.27%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B63570 (or 0xB63570) is known color: Rouge. HEX triplet: B6, 35 and 70. RGB value is (182,53,112). Sum of RGB (Red+Green+Blue) = 182+53+112=347 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.45% from 347); Green value is 53 (21.09% from 255 or 15.27% from 347); Blue value is 112 (44.14% from 255 or 32.28% from 347); Max value from RGB is 182 - color contains mainly: red. Hex color #B63570 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63570 is #49CA8F. Grayscale: #626262. Windows color (decimal): -4835984 or 7353782. OLE color: 7353782.

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

Color convert

RGB 182 53 112 -
CMYK 0 0.71 0.38 0.29
HSL 332.56º 0.55% 0.46% -
HSV(B) 332.56º 0.71% 0.71% -
XYZ 23.49 13.66 16.73 -
YUV 98.3 135.74 187.7 -
System Red Green Blue C M Y K H S L
Decimal 182 53 112 0 0.71 0.38 0.29 332.56 0.55 0.46
Hex B6 35 70 0 47 26 1D 14D 37 2E
Octal 266 65 160 0 107 46 35 515 67 56
Binary 10110110 110101 1110000 0 1000111 100110 11101 101001101 110111 101110

Color Harmonies of #B63570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63570

Black with #B63570

Text Example


Text Example

White with #B63570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63570; }

 p { color: rgb(182,53,112); }

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

background-color css

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

 a { background-color: rgb(182,53,112); }

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

border-color css

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

 span { border-color: rgb(182,53,112); }

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