Html Css Color HEX #BB355F Rouge

📋 copy color: '#BB355F'

red 187 ◦ green 53 ◦ blue 95

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

Shades of Rouge #BB355F

Tints of Rouge #BB355F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.82%

 BLUE value IS 95 (37.5% from 255) = 28.36%

R = 55.82%
G = 15.82%
B = 28.36%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB355F (or 0xBB355F) is known color: Rouge. HEX triplet: BB, 35 and 5F. RGB value is (187,53,95). Sum of RGB (Red+Green+Blue) = 187+53+95=335 (44% of max value = 765). Red value is 187 (73.44% from 255 or 55.82% from 335); Green value is 53 (21.09% from 255 or 15.82% from 335); Blue value is 95 (37.5% from 255 or 28.36% from 335); Max value from RGB is 187 - color contains mainly: red. Hex color #BB355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB355F is #44CAA0. Grayscale: #616161. Windows color (decimal): -4508321 or 6239675. OLE color: 6239675.

HSL color Cylindrical-coordinate representation of color #BB355F: hue angle of 341.19º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB355F is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 53 95 -
CMYK 0 0.72 0.49 0.27
HSL 341.19º 0.56% 0.47% -
HSV(B) 341.19º 0.72% 0.73% -
XYZ 23.83 13.94 12.26 -
YUV 97.85 126.39 191.58 -
System Red Green Blue C M Y K H S L
Decimal 187 53 95 0 0.72 0.49 0.27 341.19 0.56 0.47
Hex BB 35 5F 0 48 31 1B 155 38 2F
Octal 273 65 137 0 110 61 33 525 70 57
Binary 10111011 110101 1011111 0 1001000 110001 11011 101010101 111000 101111

Color Harmonies of #BB355F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB355F

Black with #BB355F

Text Example


Text Example

White with #BB355F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB355F; }

 p { color: rgb(187,53,95); }

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

background-color css

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

 a { background-color: rgb(187,53,95); }

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

border-color css

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

 span { border-color: rgb(187,53,95); }

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