Html Css Color HEX #B64266 Rouge

📋 copy color: '#B64266'

red 182 ◦ green 66 ◦ blue 102

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

Shades of Rouge #B64266

Tints of Rouge #B64266

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.86%

 BLUE value IS 102 (40.23% from 255) = 29.14%

R = 52%
G = 18.86%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B64266 (or 0xB64266) is known color: Rouge. HEX triplet: B6, 42 and 66. RGB value is (182,66,102). Sum of RGB (Red+Green+Blue) = 182+66+102=350 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52% from 350); Green value is 66 (26.17% from 255 or 18.86% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 182 - color contains mainly: red. Hex color #B64266 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64266 is #49BD99. Grayscale: #686868. Windows color (decimal): -4832666 or 6701750. OLE color: 6701750.

HSL color Cylindrical-coordinate representation of color #B64266: hue angle of 341.38º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B64266 is Cyan = 0, Magento = 0.64, Yellow = 0.44 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 66 102 -
CMYK 0 0.64 0.44 0.29
HSL 341.38º 0.47% 0.49% -
HSV(B) 341.38º 0.64% 0.71% -
XYZ 23.64 14.8 14.18 -
YUV 104.79 126.43 183.07 -
System Red Green Blue C M Y K H S L
Decimal 182 66 102 0 0.64 0.44 0.29 341.38 0.47 0.49
Hex B6 42 66 0 40 2C 1D 155 2F 31
Octal 266 102 146 0 100 54 35 525 57 61
Binary 10110110 1000010 1100110 0 1000000 101100 11101 101010101 101111 110001

Color Harmonies of #B64266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B64266

Black with #B64266

Text Example


Text Example

White with #B64266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B64266; }

 p { color: rgb(182,66,102); }

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

background-color css

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

 a { background-color: rgb(182,66,102); }

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

border-color css

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

 span { border-color: rgb(182,66,102); }

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