Html Css Color HEX #BB3463 Rouge

📋 copy color: '#BB3463'

red 187 ◦ green 52 ◦ blue 99

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

Shades of Rouge #BB3463

Tints of Rouge #BB3463

RGB

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

 GREEN value IS 52 (20.7% from 255) = 15.38%

 BLUE value IS 99 (39.06% from 255) = 29.29%

R = 55.33%
G = 15.38%
B = 29.29%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3463 (or 0xBB3463) is known color: Rouge. HEX triplet: BB, 34 and 63. RGB value is (187,52,99). Sum of RGB (Red+Green+Blue) = 187+52+99=338 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.33% from 338); Green value is 52 (20.70% from 255 or 15.38% from 338); Blue value is 99 (39.06% from 255 or 29.29% from 338); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3463 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3463 is #44CB9C. Grayscale: #616161. Windows color (decimal): -4508573 or 6501563. OLE color: 6501563.

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

Color convert

RGB 187 52 99 -
CMYK 0 0.72 0.47 0.27
HSL 339.11º 0.56% 0.47% -
HSV(B) 339.11º 0.72% 0.73% -
XYZ 23.97 13.92 13.23 -
YUV 97.72 128.73 191.68 -
System Red Green Blue C M Y K H S L
Decimal 187 52 99 0 0.72 0.47 0.27 339.11 0.56 0.47
Hex BB 34 63 0 48 2F 1B 153 38 2F
Octal 273 64 143 0 110 57 33 523 70 57
Binary 10111011 110100 1100011 0 1001000 101111 11011 101010011 111000 101111

Color Harmonies of #BB3463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3463

Black with #BB3463

Text Example


Text Example

White with #BB3463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3463; }

 p { color: rgb(187,52,99); }

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

background-color css

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

 a { background-color: rgb(187,52,99); }

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

border-color css

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

 span { border-color: rgb(187,52,99); }

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