Html Css Color HEX #B63662 Rouge

📋 copy color: '#B63662'

red 182 ◦ green 54 ◦ blue 98

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

Shades of Rouge #B63662

Tints of Rouge #B63662

RGB

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

 GREEN value IS 54 (21.48% from 255) = 16.17%

 BLUE value IS 98 (38.67% from 255) = 29.34%

R = 54.49%
G = 16.17%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B63662 (or 0xB63662) is known color: Rouge. HEX triplet: B6, 36 and 62. RGB value is (182,54,98). Sum of RGB (Red+Green+Blue) = 182+54+98=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 54 (21.48% from 255 or 16.17% from 334); Blue value is 98 (38.67% from 255 or 29.34% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B63662 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63662 is #49C99D. Grayscale: #616161. Windows color (decimal): -4835742 or 6436534. OLE color: 6436534.

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

Color convert

RGB 182 54 98 -
CMYK 0 0.70 0.46 0.29
HSL 339.38º 0.54% 0.46% -
HSV(B) 339.38º 0.7% 0.71% -
XYZ 22.82 13.47 12.95 -
YUV 97.29 128.41 188.42 -
System Red Green Blue C M Y K H S L
Decimal 182 54 98 0 0.70 0.46 0.29 339.38 0.54 0.46
Hex B6 36 62 0 46 2E 1D 153 36 2E
Octal 266 66 142 0 106 56 35 523 66 56
Binary 10110110 110110 1100010 0 1000110 101110 11101 101010011 110110 101110

Color Harmonies of #B63662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63662

Black with #B63662

Text Example


Text Example

White with #B63662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63662; }

 p { color: rgb(182,54,98); }

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

background-color css

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

 a { background-color: rgb(182,54,98); }

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

border-color css

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

 span { border-color: rgb(182,54,98); }

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