Html Css Color HEX #BB3768 Rouge

📋 copy color: '#BB3768'

red 187 ◦ green 55 ◦ blue 104

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

Shades of Rouge #BB3768

Tints of Rouge #BB3768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 54.05%
G = 15.9%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB3768 (or 0xBB3768) is known color: Rouge. HEX triplet: BB, 37 and 68. RGB value is (187,55,104). Sum of RGB (Red+Green+Blue) = 187+55+104=346 (45% of max value = 765). Red value is 187 (73.44% from 255 or 54.05% from 346); Green value is 55 (21.88% from 255 or 15.90% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3768 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3768 is #44C897. Grayscale: #636363. Windows color (decimal): -4507800 or 6830011. OLE color: 6830011.

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

Color convert

RGB 187 55 104 -
CMYK 0 0.71 0.44 0.27
HSL 337.73º 0.55% 0.47% -
HSV(B) 337.73º 0.71% 0.73% -
XYZ 24.36 14.3 14.57 -
YUV 100.05 130.23 190.02 -
System Red Green Blue C M Y K H S L
Decimal 187 55 104 0 0.71 0.44 0.27 337.73 0.55 0.47
Hex BB 37 68 0 47 2C 1B 152 37 2F
Octal 273 67 150 0 107 54 33 522 67 57
Binary 10111011 110111 1101000 0 1000111 101100 11011 101010010 110111 101111

Color Harmonies of #BB3768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3768

Black with #BB3768

Text Example


Text Example

White with #BB3768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3768; }

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

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

background-color css

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

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

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

border-color css

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

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

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