Html Css Color HEX #B63362 Rouge

📋 copy color: '#B63362'

red 182 ◦ green 51 ◦ blue 98

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

Shades of Rouge #B63362

Tints of Rouge #B63362

RGB

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

 GREEN value IS 51 (20.31% from 255) = 15.41%

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

R = 54.98%
G = 15.41%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B63362 (or 0xB63362) is known color: Rouge. HEX triplet: B6, 33 and 62. RGB value is (182,51,98). Sum of RGB (Red+Green+Blue) = 182+51+98=331 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.98% from 331); Green value is 51 (20.31% from 255 or 15.41% from 331); Blue value is 98 (38.67% from 255 or 29.61% from 331); Max value from RGB is 182 - color contains mainly: red. Hex color #B63362 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63362 is #49CC9D. Grayscale: #5F5F5F. Windows color (decimal): -4836510 or 6435766. OLE color: 6435766.

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

Color convert

RGB 182 51 98 -
CMYK 0 0.72 0.46 0.29
HSL 338.47º 0.56% 0.46% -
HSV(B) 338.47º 0.72% 0.71% -
XYZ 22.68 13.19 12.91 -
YUV 95.53 129.4 189.68 -
System Red Green Blue C M Y K H S L
Decimal 182 51 98 0 0.72 0.46 0.29 338.47 0.56 0.46
Hex B6 33 62 0 48 2E 1D 152 38 2E
Octal 266 63 142 0 110 56 35 522 70 56
Binary 10110110 110011 1100010 0 1001000 101110 11101 101010010 111000 101110

Color Harmonies of #B63362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63362

Black with #B63362

Text Example


Text Example

White with #B63362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63362; }

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

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

background-color css

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

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

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

border-color css

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

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

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