Html Css Color HEX #B24160 Rouge

📋 copy color: '#B24160'

red 178 ◦ green 65 ◦ blue 96

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

Shades of Rouge #B24160

Tints of Rouge #B24160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 52.51%
G = 19.17%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.46

 K value IS 0.30

RGB Variations

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

Color information

#B24160 (or 0xB24160) is known color: Rouge. HEX triplet: B2, 41 and 60. RGB value is (178,65,96). Sum of RGB (Red+Green+Blue) = 178+65+96=339 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.51% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 178 - color contains mainly: red. Hex color #B24160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24160 is #4DBE9F. Grayscale: #666666. Windows color (decimal): -5095072 or 6308274. OLE color: 6308274.

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

Color convert

RGB 178 65 96 -
CMYK 0 0.63 0.46 0.30
HSL 343.54º 0.47% 0.48% -
HSV(B) 343.54º 0.63% 0.7% -
XYZ 22.36 14.09 12.61 -
YUV 102.32 124.44 181.98 -
System Red Green Blue C M Y K H S L
Decimal 178 65 96 0 0.63 0.46 0.30 343.54 0.47 0.48
Hex B2 41 60 0 3F 2E 1E 158 2F 30
Octal 262 101 140 0 77 56 36 530 57 60
Binary 10110010 1000001 1100000 0 111111 101110 11110 101011000 101111 110000

Color Harmonies of #B24160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24160

Black with #B24160

Text Example


Text Example

White with #B24160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24160; }

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

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

background-color css

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

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

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

border-color css

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

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

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