Html Css Color HEX #B63960 Rouge

📋 copy color: '#B63960'

red 182 ◦ green 57 ◦ blue 96

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

Shades of Rouge #B63960

Tints of Rouge #B63960

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.01%

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

R = 54.33%
G = 17.01%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B63960 (or 0xB63960) is known color: Rouge. HEX triplet: B6, 39 and 60. RGB value is (182,57,96). Sum of RGB (Red+Green+Blue) = 182+57+96=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 57 (22.66% from 255 or 17.01% from 335); Blue value is 96 (37.89% from 255 or 28.66% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B63960 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63960 is #49C69F. Grayscale: #626262. Windows color (decimal): -4834976 or 6306230. OLE color: 6306230.

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

Color convert

RGB 182 57 96 -
CMYK 0 0.69 0.47 0.29
HSL 341.28º 0.52% 0.47% -
HSV(B) 341.28º 0.69% 0.71% -
XYZ 22.87 13.72 12.51 -
YUV 98.82 126.41 187.33 -
System Red Green Blue C M Y K H S L
Decimal 182 57 96 0 0.69 0.47 0.29 341.28 0.52 0.47
Hex B6 39 60 0 45 2F 1D 155 34 2F
Octal 266 71 140 0 105 57 35 525 64 57
Binary 10110110 111001 1100000 0 1000101 101111 11101 101010101 110100 101111

Color Harmonies of #B63960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63960

Black with #B63960

Text Example


Text Example

White with #B63960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63960; }

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

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

background-color css

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

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

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

border-color css

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

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

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