Html Css Color HEX #BB3749 Old Rose

📋 copy color: '#BB3749'

red 187 ◦ green 55 ◦ blue 73

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

Shades of Old Rose #BB3749

Tints of Old Rose #BB3749

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

 BLUE value IS 73 (28.91% from 255) = 23.17%

R = 59.37%
G = 17.46%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB3749 (or 0xBB3749) is known color: Old Rose. HEX triplet: BB, 37 and 49. RGB value is (187,55,73). Sum of RGB (Red+Green+Blue) = 187+55+73=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 73 (28.91% from 255 or 23.17% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3749 is #44C8B6. Grayscale: #606060. Windows color (decimal): -4507831 or 4798395. OLE color: 4798395.

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

Color convert

RGB 187 55 73 -
CMYK 0 0.71 0.61 0.27
HSL 351.82º 0.55% 0.47% -
HSV(B) 351.82º 0.71% 0.73% -
XYZ 23.06 13.78 7.75 -
YUV 96.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 187 55 73 0 0.71 0.61 0.27 351.82 0.55 0.47
Hex BB 37 49 0 47 3D 1B 160 37 2F
Octal 273 67 111 0 107 75 33 540 67 57
Binary 10111011 110111 1001001 0 1000111 111101 11011 101100000 110111 101111

Color Harmonies of #BB3749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3749

Black with #BB3749

Text Example


Text Example

White with #BB3749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3749; }

 p { color: rgb(187,55,73); }

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

background-color css

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

 a { background-color: rgb(187,55,73); }

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

border-color css

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

 span { border-color: rgb(187,55,73); }

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