Html Css Color HEX #BB3144 Old Rose

📋 copy color: '#BB3144'

red 187 ◦ green 49 ◦ blue 68

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

Shades of Old Rose #BB3144

Tints of Old Rose #BB3144

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.12%

 BLUE value IS 68 (26.95% from 255) = 22.37%

R = 61.51%
G = 16.12%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BB3144 (or 0xBB3144) is known color: Old Rose. HEX triplet: BB, 31 and 44. RGB value is (187,49,68). Sum of RGB (Red+Green+Blue) = 187+49+68=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 49 (19.53% from 255 or 16.12% from 304); Blue value is 68 (26.95% from 255 or 22.37% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3144 is #44CEBB. Grayscale: #5C5C5C. Windows color (decimal): -4509372 or 4469179. OLE color: 4469179.

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

Color convert

RGB 187 49 68 -
CMYK 0 0.74 0.64 0.27
HSL 351.74º 0.58% 0.46% -
HSV(B) 351.74º 0.74% 0.73% -
XYZ 22.64 13.18 6.82 -
YUV 92.43 114.22 195.46 -
System Red Green Blue C M Y K H S L
Decimal 187 49 68 0 0.74 0.64 0.27 351.74 0.58 0.46
Hex BB 31 44 0 4A 40 1B 160 3A 2E
Octal 273 61 104 0 112 100 33 540 72 56
Binary 10111011 110001 1000100 0 1001010 1000000 11011 101100000 111010 101110

Color Harmonies of #BB3144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3144

Black with #BB3144

Text Example


Text Example

White with #BB3144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3144; }

 p { color: rgb(187,49,68); }

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

background-color css

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

 a { background-color: rgb(187,49,68); }

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

border-color css

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

 span { border-color: rgb(187,49,68); }

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