Html Css Color HEX #BB3246 Old Rose

📋 copy color: '#BB3246'

red 187 ◦ green 50 ◦ blue 70

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

Shades of Old Rose #BB3246

Tints of Old Rose #BB3246

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.29%

 BLUE value IS 70 (27.73% from 255) = 22.8%

R = 60.91%
G = 16.29%
B = 22.8%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB3246 (or 0xBB3246) is known color: Old Rose. HEX triplet: BB, 32 and 46. RGB value is (187,50,70). Sum of RGB (Red+Green+Blue) = 187+50+70=307 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.91% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 70 (27.73% from 255 or 22.80% from 307); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3246 is #44CDB9. Grayscale: #5D5D5D. Windows color (decimal): -4509114 or 4600507. OLE color: 4600507.

HSL color Cylindrical-coordinate representation of color #BB3246: hue angle of 351.24º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BB3246 is Cyan = 0, Magento = 0.73, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 50 70 -
CMYK 0 0.73 0.63 0.27
HSL 351.24º 0.58% 0.46% -
HSV(B) 351.24º 0.73% 0.73% -
XYZ 22.74 13.29 7.16 -
YUV 93.24 114.89 194.87 -
System Red Green Blue C M Y K H S L
Decimal 187 50 70 0 0.73 0.63 0.27 351.24 0.58 0.46
Hex BB 32 46 0 49 3F 1B 15F 3A 2E
Octal 273 62 106 0 111 77 33 537 72 56
Binary 10111011 110010 1000110 0 1001001 111111 11011 101011111 111010 101110

Color Harmonies of #BB3246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3246

Black with #BB3246

Text Example


Text Example

White with #BB3246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3246; }

 p { color: rgb(187,50,70); }

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

background-color css

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

 a { background-color: rgb(187,50,70); }

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

border-color css

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

 span { border-color: rgb(187,50,70); }

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