Html Css Color HEX #B64063 Rouge

📋 copy color: '#B64063'

red 182 ◦ green 64 ◦ blue 99

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

Shades of Rouge #B64063

Tints of Rouge #B64063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 52.75%
G = 18.55%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B64063 (or 0xB64063) is known color: Rouge. HEX triplet: B6, 40 and 63. RGB value is (182,64,99). Sum of RGB (Red+Green+Blue) = 182+64+99=345 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.75% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 182 - color contains mainly: red. Hex color #B64063 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64063 is #49BF9C. Grayscale: #676767. Windows color (decimal): -4833181 or 6504630. OLE color: 6504630.

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

Color convert

RGB 182 64 99 -
CMYK 0 0.65 0.46 0.29
HSL 342.2º 0.48% 0.48% -
HSV(B) 342.2º 0.65% 0.71% -
XYZ 23.38 14.51 13.37 -
YUV 103.27 125.59 184.15 -
System Red Green Blue C M Y K H S L
Decimal 182 64 99 0 0.65 0.46 0.29 342.2 0.48 0.48
Hex B6 40 63 0 41 2E 1D 156 30 30
Octal 266 100 143 0 101 56 35 526 60 60
Binary 10110110 1000000 1100011 0 1000001 101110 11101 101010110 110000 110000

Color Harmonies of #B64063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64063

Black with #B64063

Text Example


Text Example

White with #B64063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64063; }

 p { color: rgb(182,64,99); }

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

background-color css

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

 a { background-color: rgb(182,64,99); }

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

border-color css

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

 span { border-color: rgb(182,64,99); }

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