Html Css Color HEX #B63962 Rouge

📋 copy color: '#B63962'

red 182 ◦ green 57 ◦ blue 98

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

Shades of Rouge #B63962

Tints of Rouge #B63962

RGB

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

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

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

R = 54.01%
G = 16.91%
B = 29.08%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B63962 (or 0xB63962) is known color: Rouge. HEX triplet: B6, 39 and 62. RGB value is (182,57,98). Sum of RGB (Red+Green+Blue) = 182+57+98=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 57 (22.66% from 255 or 16.91% from 337); Blue value is 98 (38.67% from 255 or 29.08% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B63962 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63962 is #49C69D. Grayscale: #636363. Windows color (decimal): -4834974 or 6437302. OLE color: 6437302.

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

Color convert

RGB 182 57 98 -
CMYK 0 0.69 0.46 0.29
HSL 340.32º 0.52% 0.47% -
HSV(B) 340.32º 0.69% 0.71% -
XYZ 22.96 13.75 13 -
YUV 99.05 127.41 187.17 -
System Red Green Blue C M Y K H S L
Decimal 182 57 98 0 0.69 0.46 0.29 340.32 0.52 0.47
Hex B6 39 62 0 45 2E 1D 154 34 2F
Octal 266 71 142 0 105 56 35 524 64 57
Binary 10110110 111001 1100010 0 1000101 101110 11101 101010100 110100 101111

Color Harmonies of #B63962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63962

Black with #B63962

Text Example


Text Example

White with #B63962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63962; }

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

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

background-color css

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

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

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

border-color css

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

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

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