Html Css Color HEX #B24565 Rouge

📋 copy color: '#B24565'

red 178 ◦ green 69 ◦ blue 101

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

Shades of Rouge #B24565

Tints of Rouge #B24565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 29.02%

R = 51.15%
G = 19.83%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B24565 (or 0xB24565) is known color: Rouge. HEX triplet: B2, 45 and 65. RGB value is (178,69,101). Sum of RGB (Red+Green+Blue) = 178+69+101=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 69 (27.34% from 255 or 19.83% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B24565 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24565 is #4DBA9A. Grayscale: #696969. Windows color (decimal): -5094043 or 6636978. OLE color: 6636978.

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

Color convert

RGB 178 69 101 -
CMYK 0 0.61 0.43 0.30
HSL 342.39º 0.44% 0.48% -
HSV(B) 342.39º 0.61% 0.7% -
XYZ 22.84 14.66 13.94 -
YUV 105.24 125.61 179.9 -
System Red Green Blue C M Y K H S L
Decimal 178 69 101 0 0.61 0.43 0.30 342.39 0.44 0.48
Hex B2 45 65 0 3D 2B 1E 156 2C 30
Octal 262 105 145 0 75 53 36 526 54 60
Binary 10110010 1000101 1100101 0 111101 101011 11110 101010110 101100 110000

Color Harmonies of #B24565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24565

Black with #B24565

Text Example


Text Example

White with #B24565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24565; }

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

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

background-color css

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

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

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

border-color css

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

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

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