Html Css Color HEX #BB3046 Old Rose

📋 copy color: '#BB3046'

red 187 ◦ green 48 ◦ blue 70

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

Shades of Old Rose #BB3046

Tints of Old Rose #BB3046

RGB

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

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

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

R = 61.31%
G = 15.74%
B = 22.95%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB3046 (or 0xBB3046) is known color: Old Rose. HEX triplet: BB, 30 and 46. RGB value is (187,48,70). Sum of RGB (Red+Green+Blue) = 187+48+70=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3046 is #44CFB9. Grayscale: #5C5C5C. Windows color (decimal): -4509626 or 4599995. OLE color: 4599995.

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

Color convert

RGB 187 48 70 -
CMYK 0 0.74 0.63 0.27
HSL 350.5º 0.59% 0.46% -
HSV(B) 350.5º 0.74% 0.73% -
XYZ 22.66 13.12 7.13 -
YUV 92.07 115.55 195.71 -
System Red Green Blue C M Y K H S L
Decimal 187 48 70 0 0.74 0.63 0.27 350.5 0.59 0.46
Hex BB 30 46 0 4A 3F 1B 15F 3B 2E
Octal 273 60 106 0 112 77 33 537 73 56
Binary 10111011 110000 1000110 0 1001010 111111 11011 101011111 111011 101110

Color Harmonies of #BB3046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3046

Black with #BB3046

Text Example


Text Example

White with #BB3046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3046; }

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

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

background-color css

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

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

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

border-color css

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

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

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