Html Css Color HEX #B24163 Rouge

📋 copy color: '#B24163'

red 178 ◦ green 65 ◦ blue 99

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

Shades of Rouge #B24163

Tints of Rouge #B24163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.01%

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

R = 52.05%
G = 19.01%
B = 28.95%

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

#B24163 (or 0xB24163) is known color: Rouge. HEX triplet: B2, 41 and 63. RGB value is (178,65,99). Sum of RGB (Red+Green+Blue) = 178+65+99=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 65 (25.78% from 255 or 19.01% from 342); Blue value is 99 (39.06% from 255 or 28.95% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B24163 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24163 is #4DBE9C. Grayscale: #666666. Windows color (decimal): -5095069 or 6504882. OLE color: 6504882.

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

Color convert

RGB 178 65 99 -
CMYK 0 0.63 0.44 0.30
HSL 341.95º 0.47% 0.48% -
HSV(B) 341.95º 0.63% 0.7% -
XYZ 22.5 14.15 13.35 -
YUV 102.66 125.94 181.74 -
System Red Green Blue C M Y K H S L
Decimal 178 65 99 0 0.63 0.44 0.30 341.95 0.47 0.48
Hex B2 41 63 0 3F 2C 1E 156 2F 30
Octal 262 101 143 0 77 54 36 526 57 60
Binary 10110010 1000001 1100011 0 111111 101100 11110 101010110 101111 110000

Color Harmonies of #B24163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24163

Black with #B24163

Text Example


Text Example

White with #B24163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24163; }

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

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

background-color css

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

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

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

border-color css

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

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

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