Html Css Color HEX #B63064 Rouge

📋 copy color: '#B63064'

red 182 ◦ green 48 ◦ blue 100

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

Shades of Rouge #B63064

Tints of Rouge #B63064

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.55%

 BLUE value IS 100 (39.45% from 255) = 30.3%

R = 55.15%
G = 14.55%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B63064 (or 0xB63064) is known color: Rouge. HEX triplet: B6, 30 and 64. RGB value is (182,48,100). Sum of RGB (Red+Green+Blue) = 182+48+100=330 (43% of max value = 765). Red value is 182 (71.48% from 255 or 55.15% from 330); Green value is 48 (19.14% from 255 or 14.55% from 330); Blue value is 100 (39.45% from 255 or 30.30% from 330); Max value from RGB is 182 - color contains mainly: red. Hex color #B63064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63064 is #49CF9B. Grayscale: #5D5D5D. Windows color (decimal): -4837276 or 6566070. OLE color: 6566070.

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

Color convert

RGB 182 48 100 -
CMYK 0 0.74 0.45 0.29
HSL 336.72º 0.58% 0.45% -
HSV(B) 336.72º 0.74% 0.71% -
XYZ 22.65 12.98 13.37 -
YUV 93.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 182 48 100 0 0.74 0.45 0.29 336.72 0.58 0.45
Hex B6 30 64 0 4A 2D 1D 151 3A 2D
Octal 266 60 144 0 112 55 35 521 72 55
Binary 10110110 110000 1100100 0 1001010 101101 11101 101010001 111010 101101

Color Harmonies of #B63064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63064

Black with #B63064

Text Example


Text Example

White with #B63064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63064; }

 p { color: rgb(182,48,100); }

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

background-color css

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

 a { background-color: rgb(182,48,100); }

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

border-color css

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

 span { border-color: rgb(182,48,100); }

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