Html Css Color HEX #B24366 Rouge

📋 copy color: '#B24366'

red 178 ◦ green 67 ◦ blue 102

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

Shades of Rouge #B24366

Tints of Rouge #B24366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.31%

 BLUE value IS 102 (40.23% from 255) = 29.39%

R = 51.3%
G = 19.31%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B24366 (or 0xB24366) is known color: Rouge. HEX triplet: B2, 43 and 66. RGB value is (178,67,102). Sum of RGB (Red+Green+Blue) = 178+67+102=347 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.30% from 347); Green value is 67 (26.56% from 255 or 19.31% from 347); Blue value is 102 (40.23% from 255 or 29.39% from 347); Max value from RGB is 178 - color contains mainly: red. Hex color #B24366 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24366 is #4DBC99. Grayscale: #686868. Windows color (decimal): -5094554 or 6702002. OLE color: 6702002.

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

Color convert

RGB 178 67 102 -
CMYK 0 0.62 0.43 0.30
HSL 341.08º 0.45% 0.48% -
HSV(B) 341.08º 0.62% 0.7% -
XYZ 22.77 14.44 14.16 -
YUV 104.18 126.77 180.65 -
System Red Green Blue C M Y K H S L
Decimal 178 67 102 0 0.62 0.43 0.30 341.08 0.45 0.48
Hex B2 43 66 0 3E 2B 1E 155 2D 30
Octal 262 103 146 0 76 53 36 525 55 60
Binary 10110010 1000011 1100110 0 111110 101011 11110 101010101 101101 110000

Color Harmonies of #B24366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24366

Black with #B24366

Text Example


Text Example

White with #B24366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24366; }

 p { color: rgb(178,67,102); }

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

background-color css

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

 a { background-color: rgb(178,67,102); }

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

border-color css

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

 span { border-color: rgb(178,67,102); }

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