Html Css Color HEX #BB2346 Old Rose

📋 copy color: '#BB2346'

red 187 ◦ green 35 ◦ blue 70

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

Shades of Old Rose #BB2346

Tints of Old Rose #BB2346

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.99%

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

R = 64.04%
G = 11.99%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB2346 (or 0xBB2346) is known color: Old Rose. HEX triplet: BB, 23 and 46. RGB value is (187,35,70). Sum of RGB (Red+Green+Blue) = 187+35+70=292 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.04% from 292); Green value is 35 (14.06% from 255 or 11.99% from 292); Blue value is 70 (27.73% from 255 or 23.97% from 292); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2346 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2346 is #44DCB9. Grayscale: #545454. Windows color (decimal): -4512954 or 4596667. OLE color: 4596667.

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

Color convert

RGB 187 35 70 -
CMYK 0 0.81 0.63 0.27
HSL 346.18º 0.68% 0.44% -
HSV(B) 346.18º 0.81% 0.73% -
XYZ 22.2 12.21 6.98 -
YUV 84.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 187 35 70 0 0.81 0.63 0.27 346.18 0.68 0.44
Hex BB 23 46 0 51 3F 1B 15A 44 2C
Octal 273 43 106 0 121 77 33 532 104 54
Binary 10111011 100011 1000110 0 1010001 111111 11011 101011010 1000100 101100

Color Harmonies of #BB2346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2346

Black with #BB2346

Text Example


Text Example

White with #BB2346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2346; }

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

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

background-color css

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

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

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

border-color css

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

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

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