Html Css Color HEX #BB3665 Rouge

📋 copy color: '#BB3665'

red 187 ◦ green 54 ◦ blue 101

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

Shades of Rouge #BB3665

Tints of Rouge #BB3665

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.79%

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

R = 54.68%
G = 15.79%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB3665 (or 0xBB3665) is known color: Rouge. HEX triplet: BB, 36 and 65. RGB value is (187,54,101). Sum of RGB (Red+Green+Blue) = 187+54+101=342 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.68% from 342); Green value is 54 (21.48% from 255 or 15.79% from 342); Blue value is 101 (39.84% from 255 or 29.53% from 342); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3665 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3665 is #44C99A. Grayscale: #636363. Windows color (decimal): -4508059 or 6633147. OLE color: 6633147.

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

Color convert

RGB 187 54 101 -
CMYK 0 0.71 0.46 0.27
HSL 338.8º 0.55% 0.47% -
HSV(B) 338.8º 0.71% 0.73% -
XYZ 24.16 14.14 13.77 -
YUV 99.13 129.06 190.68 -
System Red Green Blue C M Y K H S L
Decimal 187 54 101 0 0.71 0.46 0.27 338.8 0.55 0.47
Hex BB 36 65 0 47 2E 1B 153 37 2F
Octal 273 66 145 0 107 56 33 523 67 57
Binary 10111011 110110 1100101 0 1000111 101110 11011 101010011 110111 101111

Color Harmonies of #BB3665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3665

Black with #BB3665

Text Example


Text Example

White with #BB3665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3665; }

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

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

background-color css

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

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

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

border-color css

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

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

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