Html Css Color HEX #B63160 Rouge

📋 copy color: '#B63160'

red 182 ◦ green 49 ◦ blue 96

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

Shades of Rouge #B63160

Tints of Rouge #B63160

RGB

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

 GREEN value IS 49 (19.53% from 255) = 14.98%

 BLUE value IS 96 (37.89% from 255) = 29.36%

R = 55.66%
G = 14.98%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B63160 (or 0xB63160) is known color: Rouge. HEX triplet: B6, 31 and 60. RGB value is (182,49,96). Sum of RGB (Red+Green+Blue) = 182+49+96=327 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.66% from 327); Green value is 49 (19.53% from 255 or 14.98% from 327); Blue value is 96 (37.89% from 255 or 29.36% from 327); Max value from RGB is 182 - color contains mainly: red. Hex color #B63160 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63160 is #49CE9F. Grayscale: #5E5E5E. Windows color (decimal): -4837024 or 6304182. OLE color: 6304182.

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

Color convert

RGB 182 49 96 -
CMYK 0 0.73 0.47 0.29
HSL 338.8º 0.58% 0.45% -
HSV(B) 338.8º 0.73% 0.71% -
XYZ 22.5 12.99 12.39 -
YUV 94.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 182 49 96 0 0.73 0.47 0.29 338.8 0.58 0.45
Hex B6 31 60 0 49 2F 1D 153 3A 2D
Octal 266 61 140 0 111 57 35 523 72 55
Binary 10110110 110001 1100000 0 1001001 101111 11101 101010011 111010 101101

Color Harmonies of #B63160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63160

Black with #B63160

Text Example


Text Example

White with #B63160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63160; }

 p { color: rgb(182,49,96); }

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

background-color css

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

 a { background-color: rgb(182,49,96); }

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

border-color css

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

 span { border-color: rgb(182,49,96); }

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