Html Css Color HEX #BB336B Rouge

📋 copy color: '#BB336B'

red 187 ◦ green 51 ◦ blue 107

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

Shades of Rouge #BB336B

Tints of Rouge #BB336B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.78%

 BLUE value IS 107 (42.19% from 255) = 31.01%

R = 54.2%
G = 14.78%
B = 31.01%

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

#BB336B (or 0xBB336B) is known color: Rouge. HEX triplet: BB, 33 and 6B. RGB value is (187,51,107). Sum of RGB (Red+Green+Blue) = 187+51+107=345 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.20% from 345); Green value is 51 (20.31% from 255 or 14.78% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 187 - color contains mainly: red. Hex color #BB336B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB336B is #44CC94. Grayscale: #616161. Windows color (decimal): -4508821 or 7025595. OLE color: 7025595.

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

Color convert

RGB 187 51 107 -
CMYK 0 0.73 0.43 0.27
HSL 335.29º 0.57% 0.47% -
HSV(B) 335.29º 0.73% 0.73% -
XYZ 24.33 13.99 15.33 -
YUV 98.05 133.06 191.45 -
System Red Green Blue C M Y K H S L
Decimal 187 51 107 0 0.73 0.43 0.27 335.29 0.57 0.47
Hex BB 33 6B 0 49 2B 1B 14F 39 2F
Octal 273 63 153 0 111 53 33 517 71 57
Binary 10111011 110011 1101011 0 1001001 101011 11011 101001111 111001 101111

Color Harmonies of #BB336B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB336B

Black with #BB336B

Text Example


Text Example

White with #BB336B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB336B; }

 p { color: rgb(187,51,107); }

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

background-color css

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

 a { background-color: rgb(187,51,107); }

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

border-color css

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

 span { border-color: rgb(187,51,107); }

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