Html Css Color HEX #BB3565 Rouge

📋 copy color: '#BB3565'

red 187 ◦ green 53 ◦ blue 101

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

Shades of Rouge #BB3565

Tints of Rouge #BB3565

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.54%

 BLUE value IS 101 (39.84% from 255) = 29.62%

R = 54.84%
G = 15.54%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB3565 (or 0xBB3565) is known color: Rouge. HEX triplet: BB, 35 and 65. RGB value is (187,53,101). Sum of RGB (Red+Green+Blue) = 187+53+101=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 53 (21.09% from 255 or 15.54% from 341); Blue value is 101 (39.84% from 255 or 29.62% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3565 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3565 is #44CA9A. Grayscale: #626262. Windows color (decimal): -4508315 or 6632891. OLE color: 6632891.

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

Color convert

RGB 187 53 101 -
CMYK 0 0.72 0.46 0.27
HSL 338.51º 0.56% 0.47% -
HSV(B) 338.51º 0.72% 0.73% -
XYZ 24.12 14.05 13.75 -
YUV 98.54 129.39 191.1 -
System Red Green Blue C M Y K H S L
Decimal 187 53 101 0 0.72 0.46 0.27 338.51 0.56 0.47
Hex BB 35 65 0 48 2E 1B 153 38 2F
Octal 273 65 145 0 110 56 33 523 70 57
Binary 10111011 110101 1100101 0 1001000 101110 11011 101010011 111000 101111

Color Harmonies of #BB3565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3565

Black with #BB3565

Text Example


Text Example

White with #BB3565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3565; }

 p { color: rgb(187,53,101); }

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

background-color css

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

 a { background-color: rgb(187,53,101); }

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

border-color css

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

 span { border-color: rgb(187,53,101); }

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