Html Css Color HEX #BB2347 Old Rose

📋 copy color: '#BB2347'

red 187 ◦ green 35 ◦ blue 71

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

Shades of Old Rose #BB2347

Tints of Old Rose #BB2347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 24.23%

R = 63.82%
G = 11.95%
B = 24.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB2347 (or 0xBB2347) is known color: Old Rose. HEX triplet: BB, 23 and 47. RGB value is (187,35,71). Sum of RGB (Red+Green+Blue) = 187+35+71=293 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.82% from 293); Green value is 35 (14.06% from 255 or 11.95% from 293); Blue value is 71 (28.12% from 255 or 24.23% from 293); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2347 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2347 is #44DCB8. Grayscale: #545454. Windows color (decimal): -4512953 or 4662203. OLE color: 4662203.

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

Color convert

RGB 187 35 71 -
CMYK 0 0.81 0.62 0.27
HSL 345.79º 0.68% 0.44% -
HSV(B) 345.79º 0.81% 0.73% -
XYZ 22.23 12.22 7.15 -
YUV 84.55 120.36 201.07 -
System Red Green Blue C M Y K H S L
Decimal 187 35 71 0 0.81 0.62 0.27 345.79 0.68 0.44
Hex BB 23 47 0 51 3E 1B 15A 44 2C
Octal 273 43 107 0 121 76 33 532 104 54
Binary 10111011 100011 1000111 0 1010001 111110 11011 101011010 1000100 101100

Color Harmonies of #BB2347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2347

Black with #BB2347

Text Example


Text Example

White with #BB2347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2347; }

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

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

background-color css

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

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

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

border-color css

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

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

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