Html Css Color HEX #BB3465 Rouge

📋 copy color: '#BB3465'

red 187 ◦ green 52 ◦ blue 101

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

Shades of Rouge #BB3465

Tints of Rouge #BB3465

RGB

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

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

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

R = 55%
G = 15.29%
B = 29.71%

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

#BB3465 (or 0xBB3465) is known color: Rouge. HEX triplet: BB, 34 and 65. RGB value is (187,52,101). Sum of RGB (Red+Green+Blue) = 187+52+101=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 52 (20.70% from 255 or 15.29% from 340); Blue value is 101 (39.84% from 255 or 29.71% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3465 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3465 is #44CB9A. Grayscale: #616161. Windows color (decimal): -4508571 or 6632635. OLE color: 6632635.

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

Color convert

RGB 187 52 101 -
CMYK 0 0.72 0.46 0.27
HSL 338.22º 0.56% 0.47% -
HSV(B) 338.22º 0.72% 0.73% -
XYZ 24.07 13.96 13.74 -
YUV 97.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 187 52 101 0 0.72 0.46 0.27 338.22 0.56 0.47
Hex BB 34 65 0 48 2E 1B 152 38 2F
Octal 273 64 145 0 110 56 33 522 70 57
Binary 10111011 110100 1100101 0 1001000 101110 11011 101010010 111000 101111

Color Harmonies of #BB3465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3465

Black with #BB3465

Text Example


Text Example

White with #BB3465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3465; }

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

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

background-color css

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

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

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

border-color css

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

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

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