Html Css Color HEX #BB2361 Old Rose

📋 copy color: '#BB2361'

red 187 ◦ green 35 ◦ blue 97

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

Shades of Old Rose #BB2361

Tints of Old Rose #BB2361

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 30.41%

R = 58.62%
G = 10.97%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB2361 (or 0xBB2361) is known color: Old Rose. HEX triplet: BB, 23 and 61. RGB value is (187,35,97). Sum of RGB (Red+Green+Blue) = 187+35+97=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 97 (38.28% from 255 or 30.41% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2361 is #44DC9E. Grayscale: #575757. Windows color (decimal): -4512927 or 6366139. OLE color: 6366139.

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

Color convert

RGB 187 35 97 -
CMYK 0 0.81 0.48 0.27
HSL 335.53º 0.68% 0.44% -
HSV(B) 335.53º 0.81% 0.73% -
XYZ 23.25 12.63 12.52 -
YUV 87.52 133.36 198.96 -
System Red Green Blue C M Y K H S L
Decimal 187 35 97 0 0.81 0.48 0.27 335.53 0.68 0.44
Hex BB 23 61 0 51 30 1B 150 44 2C
Octal 273 43 141 0 121 60 33 520 104 54
Binary 10111011 100011 1100001 0 1010001 110000 11011 101010000 1000100 101100

Color Harmonies of #BB2361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2361

Black with #BB2361

Text Example


Text Example

White with #BB2361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2361; }

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

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

background-color css

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

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

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

border-color css

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

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

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