Html Css Color HEX #BB326D Rouge

📋 copy color: '#BB326D'

red 187 ◦ green 50 ◦ blue 109

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

Shades of Rouge #BB326D

Tints of Rouge #BB326D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 54.05%
G = 14.45%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.42

 K value IS 0.27

RGB Variations

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

Color information

#BB326D (or 0xBB326D) is known color: Rouge. HEX triplet: BB, 32 and 6D. RGB value is (187,50,109). Sum of RGB (Red+Green+Blue) = 187+50+109=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 50 (19.92% from 255 or 14.45% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB326D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB326D is #44CD92. Grayscale: #616161. Windows color (decimal): -4509075 or 7156411. OLE color: 7156411.

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

Color convert

RGB 187 50 109 -
CMYK 0 0.73 0.42 0.27
HSL 334.16º 0.58% 0.46% -
HSV(B) 334.16º 0.73% 0.73% -
XYZ 24.39 13.95 15.87 -
YUV 97.69 134.39 191.7 -
System Red Green Blue C M Y K H S L
Decimal 187 50 109 0 0.73 0.42 0.27 334.16 0.58 0.46
Hex BB 32 6D 0 49 2A 1B 14E 3A 2E
Octal 273 62 155 0 111 52 33 516 72 56
Binary 10111011 110010 1101101 0 1001001 101010 11011 101001110 111010 101110

Color Harmonies of #BB326D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB326D

Black with #BB326D

Text Example


Text Example

White with #BB326D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB326D; }

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

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

background-color css

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

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

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

border-color css

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

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

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