Html Css Color HEX #BB2468 Rouge

📋 copy color: '#BB2468'

red 187 ◦ green 36 ◦ blue 104

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

Shades of Rouge #BB2468

Tints of Rouge #BB2468

RGB

 RED value IS 187 (73.44% from 255) = 57.19%

 GREEN value IS 36 (14.45% from 255) = 11.01%

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

R = 57.19%
G = 11.01%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB2468 (or 0xBB2468) is known color: Rouge. HEX triplet: BB, 24 and 68. RGB value is (187,36,104). Sum of RGB (Red+Green+Blue) = 187+36+104=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2468 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2468 is #44DB97. Grayscale: #585858. Windows color (decimal): -4512664 or 6825147. OLE color: 6825147.

HSL color Cylindrical-coordinate representation of color #BB2468: hue angle of 332.98º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BB2468 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 36 104 -
CMYK 0 0.81 0.44 0.27
HSL 332.98º 0.68% 0.44% -
HSV(B) 332.98º 0.81% 0.73% -
XYZ 23.62 12.83 14.33 -
YUV 88.9 136.53 197.97 -
System Red Green Blue C M Y K H S L
Decimal 187 36 104 0 0.81 0.44 0.27 332.98 0.68 0.44
Hex BB 24 68 0 51 2C 1B 14D 44 2C
Octal 273 44 150 0 121 54 33 515 104 54
Binary 10111011 100100 1101000 0 1010001 101100 11011 101001101 1000100 101100

Color Harmonies of #BB2468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2468

Black with #BB2468

Text Example


Text Example

White with #BB2468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2468; }

 p { color: rgb(187,36,104); }

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

background-color css

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

 a { background-color: rgb(187,36,104); }

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

border-color css

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

 span { border-color: rgb(187,36,104); }

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