Html Css Color HEX #BB3044 Old Rose

📋 copy color: '#BB3044'

red 187 ◦ green 48 ◦ blue 68

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

Shades of Old Rose #BB3044

Tints of Old Rose #BB3044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.84%

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

R = 61.72%
G = 15.84%
B = 22.44%

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

#BB3044 (or 0xBB3044) is known color: Old Rose. HEX triplet: BB, 30 and 44. RGB value is (187,48,68). Sum of RGB (Red+Green+Blue) = 187+48+68=303 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.72% from 303); Green value is 48 (19.14% from 255 or 15.84% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3044 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3044 is #44CFBB. Grayscale: #5B5B5B. Windows color (decimal): -4509628 or 4468923. OLE color: 4468923.

HSL color Cylindrical-coordinate representation of color #BB3044: hue angle of 351.37º degrees, saturation: 0.59, 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 #BB3044 is Cyan = 0, Magento = 0.74, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 48 68 -
CMYK 0 0.74 0.64 0.27
HSL 351.37º 0.59% 0.46% -
HSV(B) 351.37º 0.74% 0.73% -
XYZ 22.59 13.1 6.81 -
YUV 91.84 114.55 195.87 -
System Red Green Blue C M Y K H S L
Decimal 187 48 68 0 0.74 0.64 0.27 351.37 0.59 0.46
Hex BB 30 44 0 4A 40 1B 15F 3B 2E
Octal 273 60 104 0 112 100 33 537 73 56
Binary 10111011 110000 1000100 0 1001010 1000000 11011 101011111 111011 101110

Color Harmonies of #BB3044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3044

Black with #BB3044

Text Example


Text Example

White with #BB3044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3044; }

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

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

background-color css

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

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

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

border-color css

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

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

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