Html Css Color HEX #B24568 Rouge

📋 copy color: '#B24568'

red 178 ◦ green 69 ◦ blue 104

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

Shades of Rouge #B24568

Tints of Rouge #B24568

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.66%

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

R = 50.71%
G = 19.66%
B = 29.63%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B24568 (or 0xB24568) is known color: Rouge. HEX triplet: B2, 45 and 68. RGB value is (178,69,104). Sum of RGB (Red+Green+Blue) = 178+69+104=351 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.71% from 351); Green value is 69 (27.34% from 255 or 19.66% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 178 - color contains mainly: red. Hex color #B24568 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24568 is #4DBA97. Grayscale: #696969. Windows color (decimal): -5094040 or 6833586. OLE color: 6833586.

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

Color convert

RGB 178 69 104 -
CMYK 0 0.61 0.42 0.30
HSL 340.73º 0.44% 0.48% -
HSV(B) 340.73º 0.61% 0.7% -
XYZ 22.99 14.72 14.73 -
YUV 105.58 127.11 179.65 -
System Red Green Blue C M Y K H S L
Decimal 178 69 104 0 0.61 0.42 0.30 340.73 0.44 0.48
Hex B2 45 68 0 3D 2A 1E 155 2C 30
Octal 262 105 150 0 75 52 36 525 54 60
Binary 10110010 1000101 1101000 0 111101 101010 11110 101010101 101100 110000

Color Harmonies of #B24568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24568

Black with #B24568

Text Example


Text Example

White with #B24568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24568; }

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

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

background-color css

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

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

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

border-color css

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

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

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