Html Css Color HEX #B24468 Rouge

📋 copy color: '#B24468'

red 178 ◦ green 68 ◦ blue 104

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

Shades of Rouge #B24468

Tints of Rouge #B24468

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.43%

 BLUE value IS 104 (41.02% from 255) = 29.71%

R = 50.86%
G = 19.43%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B24468 (or 0xB24468) is known color: Rouge. HEX triplet: B2, 44 and 68. RGB value is (178,68,104). Sum of RGB (Red+Green+Blue) = 178+68+104=350 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 178 - color contains mainly: red. Hex color #B24468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24468 is #4DBB97. Grayscale: #686868. Windows color (decimal): -5094296 or 6833330. OLE color: 6833330.

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

Color convert

RGB 178 68 104 -
CMYK 0 0.62 0.42 0.30
HSL 340.36º 0.45% 0.48% -
HSV(B) 340.36º 0.62% 0.7% -
XYZ 22.93 14.6 14.71 -
YUV 104.99 127.44 180.07 -
System Red Green Blue C M Y K H S L
Decimal 178 68 104 0 0.62 0.42 0.30 340.36 0.45 0.48
Hex B2 44 68 0 3E 2A 1E 154 2D 30
Octal 262 104 150 0 76 52 36 524 55 60
Binary 10110010 1000100 1101000 0 111110 101010 11110 101010100 101101 110000

Color Harmonies of #B24468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24468

Black with #B24468

Text Example


Text Example

White with #B24468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24468; }

 p { color: rgb(178,68,104); }

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

background-color css

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

 a { background-color: rgb(178,68,104); }

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

border-color css

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

 span { border-color: rgb(178,68,104); }

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