Html Css Color HEX #BB3556 Old Rose

📋 copy color: '#BB3556'

red 187 ◦ green 53 ◦ blue 86

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

Shades of Old Rose #BB3556

Tints of Old Rose #BB3556

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.38%

R = 57.36%
G = 16.26%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB3556 (or 0xBB3556) is known color: Old Rose. HEX triplet: BB, 35 and 56. RGB value is (187,53,86). Sum of RGB (Red+Green+Blue) = 187+53+86=326 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.36% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 86 (33.98% from 255 or 26.38% from 326); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3556 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3556 is #44CAA9. Grayscale: #606060. Windows color (decimal): -4508330 or 5649851. OLE color: 5649851.

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

Color convert

RGB 187 53 86 -
CMYK 0 0.72 0.54 0.27
HSL 345.22º 0.56% 0.47% -
HSV(B) 345.22º 0.72% 0.73% -
XYZ 23.45 13.78 10.23 -
YUV 96.83 121.89 192.32 -
System Red Green Blue C M Y K H S L
Decimal 187 53 86 0 0.72 0.54 0.27 345.22 0.56 0.47
Hex BB 35 56 0 48 36 1B 159 38 2F
Octal 273 65 126 0 110 66 33 531 70 57
Binary 10111011 110101 1010110 0 1001000 110110 11011 101011001 111000 101111

Color Harmonies of #BB3556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3556

Black with #BB3556

Text Example


Text Example

White with #BB3556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3556; }

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

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

background-color css

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

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

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

border-color css

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

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

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