Html Css Color HEX #BB3763 Rouge

📋 copy color: '#BB3763'

red 187 ◦ green 55 ◦ blue 99

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

Shades of Rouge #BB3763

Tints of Rouge #BB3763

RGB

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

 GREEN value IS 55 (21.88% from 255) = 16.13%

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

R = 54.84%
G = 16.13%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB3763 (or 0xBB3763) is known color: Rouge. HEX triplet: BB, 37 and 63. RGB value is (187,55,99). Sum of RGB (Red+Green+Blue) = 187+55+99=341 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.84% from 341); Green value is 55 (21.88% from 255 or 16.13% from 341); Blue value is 99 (39.06% from 255 or 29.03% from 341); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3763 is #44C89C. Grayscale: #636363. Windows color (decimal): -4507805 or 6502331. OLE color: 6502331.

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

Color convert

RGB 187 55 99 -
CMYK 0 0.71 0.47 0.27
HSL 340º 0.55% 0.47% -
HSV(B) 340º 0.71% 0.73% -
XYZ 24.11 14.2 13.27 -
YUV 99.48 127.73 190.42 -
System Red Green Blue C M Y K H S L
Decimal 187 55 99 0 0.71 0.47 0.27 340 0.55 0.47
Hex BB 37 63 0 47 2F 1B 154 37 2F
Octal 273 67 143 0 107 57 33 524 67 57
Binary 10111011 110111 1100011 0 1000111 101111 11011 101010100 110111 101111

Color Harmonies of #BB3763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3763

Black with #BB3763

Text Example


Text Example

White with #BB3763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3763; }

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

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

background-color css

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

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

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

border-color css

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

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

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