Html Css Color HEX #B63565 Rouge

📋 copy color: '#B63565'

red 182 ◦ green 53 ◦ blue 101

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

Shades of Rouge #B63565

Tints of Rouge #B63565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 30.06%

R = 54.17%
G = 15.77%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B63565 (or 0xB63565) is known color: Rouge. HEX triplet: B6, 35 and 65. RGB value is (182,53,101). Sum of RGB (Red+Green+Blue) = 182+53+101=336 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.17% from 336); Green value is 53 (21.09% from 255 or 15.77% from 336); Blue value is 101 (39.84% from 255 or 30.06% from 336); Max value from RGB is 182 - color contains mainly: red. Hex color #B63565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63565 is #49CA9A. Grayscale: #606060. Windows color (decimal): -4835995 or 6632886. OLE color: 6632886.

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

Color convert

RGB 182 53 101 -
CMYK 0 0.71 0.45 0.29
HSL 337.67º 0.55% 0.46% -
HSV(B) 337.67º 0.71% 0.71% -
XYZ 22.91 13.43 13.7 -
YUV 97.04 130.24 188.6 -
System Red Green Blue C M Y K H S L
Decimal 182 53 101 0 0.71 0.45 0.29 337.67 0.55 0.46
Hex B6 35 65 0 47 2D 1D 152 37 2E
Octal 266 65 145 0 107 55 35 522 67 56
Binary 10110110 110101 1100101 0 1000111 101101 11101 101010010 110111 101110

Color Harmonies of #B63565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63565

Black with #B63565

Text Example


Text Example

White with #B63565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63565; }

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

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

background-color css

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

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

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

border-color css

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

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

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