Html Css Color HEX #BB2046 Old Rose

📋 copy color: '#BB2046'

red 187 ◦ green 32 ◦ blue 70

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

Shades of Old Rose #BB2046

Tints of Old Rose #BB2046

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 64.71%
G = 11.07%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB2046 (or 0xBB2046) is known color: Old Rose. HEX triplet: BB, 20 and 46. RGB value is (187,32,70). Sum of RGB (Red+Green+Blue) = 187+32+70=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 70 (27.73% from 255 or 24.22% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2046 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2046 is #44DFB9. Grayscale: #525252. Windows color (decimal): -4513722 or 4595899. OLE color: 4595899.

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

Color convert

RGB 187 32 70 -
CMYK 0 0.83 0.63 0.27
HSL 345.29º 0.71% 0.43% -
HSV(B) 345.29º 0.83% 0.73% -
XYZ 22.12 12.04 6.95 -
YUV 82.68 120.85 202.41 -
System Red Green Blue C M Y K H S L
Decimal 187 32 70 0 0.83 0.63 0.27 345.29 0.71 0.43
Hex BB 20 46 0 53 3F 1B 159 47 2B
Octal 273 40 106 0 123 77 33 531 107 53
Binary 10111011 100000 1000110 0 1010011 111111 11011 101011001 1000111 101011

Color Harmonies of #BB2046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2046

Black with #BB2046

Text Example


Text Example

White with #BB2046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2046; }

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

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

background-color css

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

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

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

border-color css

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

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

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