Html Css Color HEX #B24666 Rouge

📋 copy color: '#B24666'

red 178 ◦ green 70 ◦ blue 102

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

Shades of Rouge #B24666

Tints of Rouge #B24666

RGB

 RED value IS 178 (69.92% from 255) = 50.86%

 GREEN value IS 70 (27.73% from 255) = 20%

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

R = 50.86%
G = 20%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B24666 (or 0xB24666) is known color: Rouge. HEX triplet: B2, 46 and 66. RGB value is (178,70,102). Sum of RGB (Red+Green+Blue) = 178+70+102=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 102 (40.23% from 255 or 29.14% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B24666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24666 is #4DB999. Grayscale: #696969. Windows color (decimal): -5093786 or 6702770. OLE color: 6702770.

HSL color Cylindrical-coordinate representation of color #B24666: hue angle of 342.22º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B24666 is Cyan = 0, Magento = 0.61, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 70 102 -
CMYK 0 0.61 0.43 0.30
HSL 342.22º 0.44% 0.49% -
HSV(B) 342.22º 0.61% 0.7% -
XYZ 22.95 14.8 14.22 -
YUV 105.94 125.78 179.4 -
System Red Green Blue C M Y K H S L
Decimal 178 70 102 0 0.61 0.43 0.30 342.22 0.44 0.49
Hex B2 46 66 0 3D 2B 1E 156 2C 31
Octal 262 106 146 0 75 53 36 526 54 61
Binary 10110010 1000110 1100110 0 111101 101011 11110 101010110 101100 110001

Color Harmonies of #B24666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24666

Black with #B24666

Text Example


Text Example

White with #B24666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24666; }

 p { color: rgb(178,70,102); }

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

background-color css

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

 a { background-color: rgb(178,70,102); }

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

border-color css

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

 span { border-color: rgb(178,70,102); }

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