Html Css Color HEX #B24463 Rouge

📋 copy color: '#B24463'

red 178 ◦ green 68 ◦ blue 99

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

Shades of Rouge #B24463

Tints of Rouge #B24463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 28.7%

R = 51.59%
G = 19.71%
B = 28.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B24463 (or 0xB24463) is known color: Rouge. HEX triplet: B2, 44 and 63. RGB value is (178,68,99). Sum of RGB (Red+Green+Blue) = 178+68+99=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B24463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24463 is #4DBB9C. Grayscale: #686868. Windows color (decimal): -5094301 or 6505650. OLE color: 6505650.

HSL color Cylindrical-coordinate representation of color #B24463: hue angle of 343.09º 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 #B24463 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 68 99 -
CMYK 0 0.62 0.44 0.30
HSL 343.09º 0.45% 0.48% -
HSV(B) 343.09º 0.62% 0.7% -
XYZ 22.68 14.5 13.41 -
YUV 104.42 124.94 180.48 -
System Red Green Blue C M Y K H S L
Decimal 178 68 99 0 0.62 0.44 0.30 343.09 0.45 0.48
Hex B2 44 63 0 3E 2C 1E 157 2D 30
Octal 262 104 143 0 76 54 36 527 55 60
Binary 10110010 1000100 1100011 0 111110 101100 11110 101010111 101101 110000

Color Harmonies of #B24463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24463

Black with #B24463

Text Example


Text Example

White with #B24463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24463; }

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

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

background-color css

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

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

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

border-color css

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

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

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