Html Css Color HEX #BB326A Rouge

📋 copy color: '#BB326A'

red 187 ◦ green 50 ◦ blue 106

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

Shades of Rouge #BB326A

Tints of Rouge #BB326A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 30.9%

R = 54.52%
G = 14.58%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB326A (or 0xBB326A) is known color: Rouge. HEX triplet: BB, 32 and 6A. RGB value is (187,50,106). Sum of RGB (Red+Green+Blue) = 187+50+106=343 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.52% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 106 (41.80% from 255 or 30.90% from 343); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326A is #44CD95. Grayscale: #616161. Windows color (decimal): -4509078 or 6959803. OLE color: 6959803.

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

Color convert

RGB 187 50 106 -
CMYK 0 0.73 0.43 0.27
HSL 335.47º 0.58% 0.46% -
HSV(B) 335.47º 0.73% 0.73% -
XYZ 24.24 13.89 15.04 -
YUV 97.35 132.89 191.95 -
System Red Green Blue C M Y K H S L
Decimal 187 50 106 0 0.73 0.43 0.27 335.47 0.58 0.46
Hex BB 32 6A 0 49 2B 1B 14F 3A 2E
Octal 273 62 152 0 111 53 33 517 72 56
Binary 10111011 110010 1101010 0 1001001 101011 11011 101001111 111010 101110

Color Harmonies of #BB326A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB326A

Black with #BB326A

Text Example


Text Example

White with #BB326A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB326A; }

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

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

background-color css

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

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

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

border-color css

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

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

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