Html Css Color HEX #BB3A5E Rouge

📋 copy color: '#BB3A5E'

red 187 ◦ green 58 ◦ blue 94

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

Shades of Rouge #BB3A5E

Tints of Rouge #BB3A5E

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.11%

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

R = 55.16%
G = 17.11%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB3A5E (or 0xBB3A5E) is known color: Rouge. HEX triplet: BB, 3A and 5E. RGB value is (187,58,94). Sum of RGB (Red+Green+Blue) = 187+58+94=339 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.16% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 94 (37.11% from 255 or 27.73% from 339); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3A5E is #44C5A1. Grayscale: #646464. Windows color (decimal): -4507042 or 6175419. OLE color: 6175419.

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

Color convert

RGB 187 58 94 -
CMYK 0 0.69 0.50 0.27
HSL 343.26º 0.53% 0.48% -
HSV(B) 343.26º 0.69% 0.73% -
XYZ 24.03 14.4 12.1 -
YUV 100.68 124.24 189.57 -
System Red Green Blue C M Y K H S L
Decimal 187 58 94 0 0.69 0.50 0.27 343.26 0.53 0.48
Hex BB 3A 5E 0 45 32 1B 157 35 30
Octal 273 72 136 0 105 62 33 527 65 60
Binary 10111011 111010 1011110 0 1000101 110010 11011 101010111 110101 110000

Color Harmonies of #BB3A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3A5E

Black with #BB3A5E

Text Example


Text Example

White with #BB3A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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