Html Css Color HEX #BB366B Rouge

📋 copy color: '#BB366B'

red 187 ◦ green 54 ◦ blue 107

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

Shades of Rouge #BB366B

Tints of Rouge #BB366B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 30.75%

R = 53.74%
G = 15.52%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.43

 K value IS 0.27

RGB Variations

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

Color information

#BB366B (or 0xBB366B) is known color: Rouge. HEX triplet: BB, 36 and 6B. RGB value is (187,54,107). Sum of RGB (Red+Green+Blue) = 187+54+107=348 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.74% from 348); Green value is 54 (21.48% from 255 or 15.52% from 348); Blue value is 107 (42.19% from 255 or 30.75% from 348); Max value from RGB is 187 - color contains mainly: red. Hex color #BB366B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB366B is #44C994. Grayscale: #636363. Windows color (decimal): -4508053 or 7026363. OLE color: 7026363.

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

Color convert

RGB 187 54 107 -
CMYK 0 0.71 0.43 0.27
HSL 336.09º 0.55% 0.47% -
HSV(B) 336.09º 0.71% 0.73% -
XYZ 24.47 14.26 15.37 -
YUV 99.81 132.06 190.19 -
System Red Green Blue C M Y K H S L
Decimal 187 54 107 0 0.71 0.43 0.27 336.09 0.55 0.47
Hex BB 36 6B 0 47 2B 1B 150 37 2F
Octal 273 66 153 0 107 53 33 520 67 57
Binary 10111011 110110 1101011 0 1000111 101011 11011 101010000 110111 101111

Color Harmonies of #BB366B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB366B

Black with #BB366B

Text Example


Text Example

White with #BB366B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB366B; }

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

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

background-color css

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

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

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

border-color css

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

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

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