Html Css Color HEX #B24166 Rouge

📋 copy color: '#B24166'

red 178 ◦ green 65 ◦ blue 102

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

Shades of Rouge #B24166

Tints of Rouge #B24166

RGB

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

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

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

R = 51.59%
G = 18.84%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B24166 (or 0xB24166) is known color: Rouge. HEX triplet: B2, 41 and 66. RGB value is (178,65,102). Sum of RGB (Red+Green+Blue) = 178+65+102=345 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.59% from 345); Green value is 65 (25.78% from 255 or 18.84% from 345); Blue value is 102 (40.23% from 255 or 29.57% from 345); Max value from RGB is 178 - color contains mainly: red. Hex color #B24166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24166 is #4DBE99. Grayscale: #666666. Windows color (decimal): -5095066 or 6701490. OLE color: 6701490.

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

Color convert

RGB 178 65 102 -
CMYK 0 0.63 0.43 0.30
HSL 340.35º 0.47% 0.48% -
HSV(B) 340.35º 0.63% 0.7% -
XYZ 22.65 14.2 14.12 -
YUV 103.01 127.44 181.49 -
System Red Green Blue C M Y K H S L
Decimal 178 65 102 0 0.63 0.43 0.30 340.35 0.47 0.48
Hex B2 41 66 0 3F 2B 1E 154 2F 30
Octal 262 101 146 0 77 53 36 524 57 60
Binary 10110010 1000001 1100110 0 111111 101011 11110 101010100 101111 110000

Color Harmonies of #B24166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B24166

Black with #B24166

Text Example


Text Example

White with #B24166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B24166; }

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

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

background-color css

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

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

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

border-color css

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

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

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