Html Css Color HEX #B24263 Rouge

📋 copy color: '#B24263'

red 178 ◦ green 66 ◦ blue 99

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

Shades of Rouge #B24263

Tints of Rouge #B24263

RGB

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

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

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

R = 51.9%
G = 19.24%
B = 28.86%

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

#B24263 (or 0xB24263) is known color: Rouge. HEX triplet: B2, 42 and 63. RGB value is (178,66,99). Sum of RGB (Red+Green+Blue) = 178+66+99=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 99 (39.06% from 255 or 28.86% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B24263 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24263 is #4DBD9C. Grayscale: #676767. Windows color (decimal): -5094813 or 6505138. OLE color: 6505138.

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

Color convert

RGB 178 66 99 -
CMYK 0 0.63 0.44 0.30
HSL 342.32º 0.46% 0.48% -
HSV(B) 342.32º 0.63% 0.7% -
XYZ 22.56 14.26 13.37 -
YUV 103.25 125.61 181.32 -
System Red Green Blue C M Y K H S L
Decimal 178 66 99 0 0.63 0.44 0.30 342.32 0.46 0.48
Hex B2 42 63 0 3F 2C 1E 156 2E 30
Octal 262 102 143 0 77 54 36 526 56 60
Binary 10110010 1000010 1100011 0 111111 101100 11110 101010110 101110 110000

Color Harmonies of #B24263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24263

Black with #B24263

Text Example


Text Example

White with #B24263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24263; }

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

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

background-color css

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

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

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

border-color css

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

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

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