Html Css Color HEX #BB3557 Old Rose

📋 copy color: '#BB3557'

red 187 ◦ green 53 ◦ blue 87

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

Shades of Old Rose #BB3557

Tints of Old Rose #BB3557

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 26.61%

R = 57.19%
G = 16.21%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB3557 (or 0xBB3557) is known color: Old Rose. HEX triplet: BB, 35 and 57. RGB value is (187,53,87). Sum of RGB (Red+Green+Blue) = 187+53+87=327 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.19% from 327); Green value is 53 (21.09% from 255 or 16.21% from 327); Blue value is 87 (34.38% from 255 or 26.61% from 327); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB3557 is #44CAA8. Grayscale: #606060. Windows color (decimal): -4508329 or 5715387. OLE color: 5715387.

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

Color convert

RGB 187 53 87 -
CMYK 0 0.72 0.53 0.27
HSL 344.78º 0.56% 0.47% -
HSV(B) 344.78º 0.72% 0.73% -
XYZ 23.49 13.8 10.44 -
YUV 96.94 122.39 192.24 -
System Red Green Blue C M Y K H S L
Decimal 187 53 87 0 0.72 0.53 0.27 344.78 0.56 0.47
Hex BB 35 57 0 48 35 1B 159 38 2F
Octal 273 65 127 0 110 65 33 531 70 57
Binary 10111011 110101 1010111 0 1001000 110101 11011 101011001 111000 101111

Color Harmonies of #BB3557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3557

Black with #BB3557

Text Example


Text Example

White with #BB3557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3557; }

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

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

background-color css

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

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

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

border-color css

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

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

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