Html Css Color HEX #B63560 Rouge

📋 copy color: '#B63560'

red 182 ◦ green 53 ◦ blue 96

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

Shades of Rouge #B63560

Tints of Rouge #B63560

RGB

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

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

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

R = 54.98%
G = 16.01%
B = 29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B63560 (or 0xB63560) is known color: Rouge. HEX triplet: B6, 35 and 60. RGB value is (182,53,96). Sum of RGB (Red+Green+Blue) = 182+53+96=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 53 (21.09% from 255 or 16.01% from 331); Blue value is 96 (37.89% from 255 or 29.00% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B63560 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63560 is #49CA9F. Grayscale: #606060. Windows color (decimal): -4836000 or 6305206. OLE color: 6305206.

HSL color Cylindrical-coordinate representation of color #B63560: hue angle of 340º 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 #B63560 is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 53 96 -
CMYK 0 0.71 0.47 0.29
HSL 340º 0.55% 0.46% -
HSV(B) 340º 0.71% 0.71% -
XYZ 22.68 13.34 12.45 -
YUV 96.47 127.74 189 -
System Red Green Blue C M Y K H S L
Decimal 182 53 96 0 0.71 0.47 0.29 340 0.55 0.46
Hex B6 35 60 0 47 2F 1D 154 37 2E
Octal 266 65 140 0 107 57 35 524 67 56
Binary 10110110 110101 1100000 0 1000111 101111 11101 101010100 110111 101110

Color Harmonies of #B63560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63560

Black with #B63560

Text Example


Text Example

White with #B63560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63560; }

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

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

background-color css

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

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

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

border-color css

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

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

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