Html Css Color HEX #BB326E Rouge

📋 copy color: '#BB326E'

red 187 ◦ green 50 ◦ blue 110

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

Shades of Rouge #BB326E

Tints of Rouge #BB326E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.41%

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 53.89%
G = 14.41%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB326E (or 0xBB326E) is known color: Rouge. HEX triplet: BB, 32 and 6E. RGB value is (187,50,110). Sum of RGB (Red+Green+Blue) = 187+50+110=347 (45% of max value = 765). Red value is 187 (73.44% from 255 or 53.89% from 347); Green value is 50 (19.92% from 255 or 14.41% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326E is #44CD91. Grayscale: #616161. Windows color (decimal): -4509074 or 7221947. OLE color: 7221947.

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

Color convert

RGB 187 50 110 -
CMYK 0 0.73 0.41 0.27
HSL 333.72º 0.58% 0.46% -
HSV(B) 333.72º 0.73% 0.73% -
XYZ 24.45 13.97 16.16 -
YUV 97.8 134.89 191.62 -
System Red Green Blue C M Y K H S L
Decimal 187 50 110 0 0.73 0.41 0.27 333.72 0.58 0.46
Hex BB 32 6E 0 49 29 1B 14E 3A 2E
Octal 273 62 156 0 111 51 33 516 72 56
Binary 10111011 110010 1101110 0 1001001 101001 11011 101001110 111010 101110

Color Harmonies of #BB326E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB326E

Black with #BB326E

Text Example


Text Example

White with #BB326E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB326E; }

 p { color: rgb(187,50,110); }

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

background-color css

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

 a { background-color: rgb(187,50,110); }

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

border-color css

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

 span { border-color: rgb(187,50,110); }

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