Html Css Color HEX #BB3568 Rouge

📋 copy color: '#BB3568'

red 187 ◦ green 53 ◦ blue 104

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

Shades of Rouge #BB3568

Tints of Rouge #BB3568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.23%

R = 54.36%
G = 15.41%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB3568 (or 0xBB3568) is known color: Rouge. HEX triplet: BB, 35 and 68. RGB value is (187,53,104). Sum of RGB (Red+Green+Blue) = 187+53+104=344 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.36% from 344); Green value is 53 (21.09% from 255 or 15.41% from 344); Blue value is 104 (41.02% from 255 or 30.23% from 344); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3568 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3568 is #44CA97. Grayscale: #626262. Windows color (decimal): -4508312 or 6829499. OLE color: 6829499.

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

Color convert

RGB 187 53 104 -
CMYK 0 0.72 0.44 0.27
HSL 337.16º 0.56% 0.47% -
HSV(B) 337.16º 0.72% 0.73% -
XYZ 24.27 14.11 14.54 -
YUV 98.88 130.89 190.85 -
System Red Green Blue C M Y K H S L
Decimal 187 53 104 0 0.72 0.44 0.27 337.16 0.56 0.47
Hex BB 35 68 0 48 2C 1B 151 38 2F
Octal 273 65 150 0 110 54 33 521 70 57
Binary 10111011 110101 1101000 0 1001000 101100 11011 101010001 111000 101111

Color Harmonies of #BB3568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3568

Black with #BB3568

Text Example


Text Example

White with #BB3568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3568; }

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

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

background-color css

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

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

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

border-color css

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

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

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