Html Css Color HEX #B63764 Rouge

📋 copy color: '#B63764'

red 182 ◦ green 55 ◦ blue 100

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

Shades of Rouge #B63764

Tints of Rouge #B63764

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.32%

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

R = 54.01%
G = 16.32%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B63764 (or 0xB63764) is known color: Rouge. HEX triplet: B6, 37 and 64. RGB value is (182,55,100). Sum of RGB (Red+Green+Blue) = 182+55+100=337 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.01% from 337); Green value is 55 (21.88% from 255 or 16.32% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 182 - color contains mainly: red. Hex color #B63764 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63764 is #49C89B. Grayscale: #626262. Windows color (decimal): -4835484 or 6567862. OLE color: 6567862.

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

Color convert

RGB 182 55 100 -
CMYK 0 0.70 0.45 0.29
HSL 338.74º 0.54% 0.46% -
HSV(B) 338.74º 0.7% 0.71% -
XYZ 22.96 13.6 13.47 -
YUV 98.1 129.08 187.84 -
System Red Green Blue C M Y K H S L
Decimal 182 55 100 0 0.70 0.45 0.29 338.74 0.54 0.46
Hex B6 37 64 0 46 2D 1D 153 36 2E
Octal 266 67 144 0 106 55 35 523 66 56
Binary 10110110 110111 1100100 0 1000110 101101 11101 101010011 110110 101110

Color Harmonies of #B63764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63764

Black with #B63764

Text Example


Text Example

White with #B63764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63764; }

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

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

background-color css

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

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

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

border-color css

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

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

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