Html Css Color HEX #B24264 Rouge

📋 copy color: '#B24264'

red 178 ◦ green 66 ◦ blue 100

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

Shades of Rouge #B24264

Tints of Rouge #B24264

RGB

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

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

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

R = 51.74%
G = 19.19%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B24264 (or 0xB24264) is known color: Rouge. HEX triplet: B2, 42 and 64. RGB value is (178,66,100). Sum of RGB (Red+Green+Blue) = 178+66+100=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 100 (39.45% from 255 or 29.07% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B24264 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24264 is #4DBD9B. Grayscale: #676767. Windows color (decimal): -5094812 or 6570674. OLE color: 6570674.

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

Color convert

RGB 178 66 100 -
CMYK 0 0.63 0.44 0.30
HSL 341.79º 0.46% 0.48% -
HSV(B) 341.79º 0.63% 0.7% -
XYZ 22.61 14.28 13.62 -
YUV 103.36 126.11 181.24 -
System Red Green Blue C M Y K H S L
Decimal 178 66 100 0 0.63 0.44 0.30 341.79 0.46 0.48
Hex B2 42 64 0 3F 2C 1E 156 2E 30
Octal 262 102 144 0 77 54 36 526 56 60
Binary 10110010 1000010 1100100 0 111111 101100 11110 101010110 101110 110000

Color Harmonies of #B24264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24264

Black with #B24264

Text Example


Text Example

White with #B24264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24264; }

 p { color: rgb(178,66,100); }

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

background-color css

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

 a { background-color: rgb(178,66,100); }

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

border-color css

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

 span { border-color: rgb(178,66,100); }

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