Html Css Color HEX #BB3B5D Rouge

📋 copy color: '#BB3B5D'

red 187 ◦ green 59 ◦ blue 93

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

Shades of Rouge #BB3B5D

Tints of Rouge #BB3B5D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 17.4%

 BLUE value IS 93 (36.72% from 255) = 27.43%

R = 55.16%
G = 17.4%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB3B5D (or 0xBB3B5D) is known color: Rouge. HEX triplet: BB, 3B and 5D. RGB value is (187,59,93). Sum of RGB (Red+Green+Blue) = 187+59+93=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 59 (23.44% from 255 or 17.40% from 339); Blue value is 93 (36.72% from 255 or 27.43% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3B5D is #44C4A2. Grayscale: #656565. Windows color (decimal): -4506787 or 6110139. OLE color: 6110139.

HSL color Cylindrical-coordinate representation of color #BB3B5D: hue angle of 344.06º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BB3B5D is Cyan = 0, Magento = 0.68, Yellow = 0.50 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 59 93 -
CMYK 0 0.68 0.50 0.27
HSL 344.06º 0.52% 0.48% -
HSV(B) 344.06º 0.68% 0.73% -
XYZ 24.03 14.48 11.88 -
YUV 101.15 123.41 189.24 -
System Red Green Blue C M Y K H S L
Decimal 187 59 93 0 0.68 0.50 0.27 344.06 0.52 0.48
Hex BB 3B 5D 0 44 32 1B 158 34 30
Octal 273 73 135 0 104 62 33 530 64 60
Binary 10111011 111011 1011101 0 1000100 110010 11011 101011000 110100 110000

Color Harmonies of #BB3B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B5D

Black with #BB3B5D

Text Example


Text Example

White with #BB3B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B5D; }

 p { color: rgb(187,59,93); }

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

background-color css

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

 a { background-color: rgb(187,59,93); }

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

border-color css

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

 span { border-color: rgb(187,59,93); }

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