Html Css Color HEX #B63860 Rouge

📋 copy color: '#B63860'

red 182 ◦ green 56 ◦ blue 96

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

Shades of Rouge #B63860

Tints of Rouge #B63860

RGB

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

 GREEN value IS 56 (22.27% from 255) = 16.77%

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

R = 54.49%
G = 16.77%
B = 28.74%

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

#B63860 (or 0xB63860) is known color: Rouge. HEX triplet: B6, 38 and 60. RGB value is (182,56,96). Sum of RGB (Red+Green+Blue) = 182+56+96=334 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.49% from 334); Green value is 56 (22.27% from 255 or 16.77% from 334); Blue value is 96 (37.89% from 255 or 28.74% from 334); Max value from RGB is 182 - color contains mainly: red. Hex color #B63860 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63860 is #49C79F. Grayscale: #626262. Windows color (decimal): -4835232 or 6305974. OLE color: 6305974.

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

Color convert

RGB 182 56 96 -
CMYK 0 0.69 0.47 0.29
HSL 340.95º 0.53% 0.47% -
HSV(B) 340.95º 0.69% 0.71% -
XYZ 22.82 13.62 12.49 -
YUV 98.23 126.74 187.75 -
System Red Green Blue C M Y K H S L
Decimal 182 56 96 0 0.69 0.47 0.29 340.95 0.53 0.47
Hex B6 38 60 0 45 2F 1D 155 35 2F
Octal 266 70 140 0 105 57 35 525 65 57
Binary 10110110 111000 1100000 0 1000101 101111 11101 101010101 110101 101111

Color Harmonies of #B63860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63860

Black with #B63860

Text Example


Text Example

White with #B63860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63860; }

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

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

background-color css

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

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

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

border-color css

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

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

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