Html Css Color HEX #BB3B5E Rouge

📋 copy color: '#BB3B5E'

red 187 ◦ green 59 ◦ blue 94

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

Shades of Rouge #BB3B5E

Tints of Rouge #BB3B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 27.65%

R = 55%
G = 17.35%
B = 27.65%

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

#BB3B5E (or 0xBB3B5E) is known color: Rouge. HEX triplet: BB, 3B and 5E. RGB value is (187,59,94). Sum of RGB (Red+Green+Blue) = 187+59+94=340 (45% of max value = 765). Red value is 187 (73.44% from 255 or 55% from 340); Green value is 59 (23.44% from 255 or 17.35% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3B5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3B5E is #44C4A1. Grayscale: #656565. Windows color (decimal): -4506786 or 6175675. OLE color: 6175675.

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

Color convert

RGB 187 59 94 -
CMYK 0 0.68 0.50 0.27
HSL 343.59º 0.52% 0.48% -
HSV(B) 343.59º 0.68% 0.73% -
XYZ 24.08 14.5 12.12 -
YUV 101.26 123.91 189.15 -
System Red Green Blue C M Y K H S L
Decimal 187 59 94 0 0.68 0.50 0.27 343.59 0.52 0.48
Hex BB 3B 5E 0 44 32 1B 158 34 30
Octal 273 73 136 0 104 62 33 530 64 60
Binary 10111011 111011 1011110 0 1000100 110010 11011 101011000 110100 110000

Color Harmonies of #BB3B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3B5E

Black with #BB3B5E

Text Example


Text Example

White with #BB3B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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