Html Css Color HEX #B64064 Rouge

📋 copy color: '#B64064'

red 182 ◦ green 64 ◦ blue 100

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

Shades of Rouge #B64064

Tints of Rouge #B64064

RGB

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

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

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

R = 52.6%
G = 18.5%
B = 28.9%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B64064 (or 0xB64064) is known color: Rouge. HEX triplet: B6, 40 and 64. RGB value is (182,64,100). Sum of RGB (Red+Green+Blue) = 182+64+100=346 (45% of max value = 765). Red value is 182 (71.48% from 255 or 52.60% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 100 (39.45% from 255 or 28.90% from 346); Max value from RGB is 182 - color contains mainly: red. Hex color #B64064 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64064 is #49BF9B. Grayscale: #676767. Windows color (decimal): -4833180 or 6570166. OLE color: 6570166.

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

Color convert

RGB 182 64 100 -
CMYK 0 0.65 0.45 0.29
HSL 341.69º 0.48% 0.48% -
HSV(B) 341.69º 0.65% 0.71% -
XYZ 23.43 14.53 13.63 -
YUV 103.39 126.09 184.07 -
System Red Green Blue C M Y K H S L
Decimal 182 64 100 0 0.65 0.45 0.29 341.69 0.48 0.48
Hex B6 40 64 0 41 2D 1D 156 30 30
Octal 266 100 144 0 101 55 35 526 60 60
Binary 10110110 1000000 1100100 0 1000001 101101 11101 101010110 110000 110000

Color Harmonies of #B64064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64064

Black with #B64064

Text Example


Text Example

White with #B64064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64064; }

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

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

background-color css

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

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

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

border-color css

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

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

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