Html Css Color HEX #BB2359 Old Rose

📋 copy color: '#BB2359'

red 187 ◦ green 35 ◦ blue 89

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

Shades of Old Rose #BB2359

Tints of Old Rose #BB2359

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 28.62%

R = 60.13%
G = 11.25%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB2359 (or 0xBB2359) is known color: Old Rose. HEX triplet: BB, 23 and 59. RGB value is (187,35,89). Sum of RGB (Red+Green+Blue) = 187+35+89=311 (41% of max value = 765). Red value is 187 (73.44% from 255 or 60.13% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 89 (35.16% from 255 or 28.62% from 311); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2359 is #44DCA6. Grayscale: #565656. Windows color (decimal): -4512935 or 5841851. OLE color: 5841851.

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

Color convert

RGB 187 35 89 -
CMYK 0 0.81 0.52 0.27
HSL 338.68º 0.68% 0.44% -
HSV(B) 338.68º 0.81% 0.73% -
XYZ 22.9 12.49 10.65 -
YUV 86.6 129.36 199.61 -
System Red Green Blue C M Y K H S L
Decimal 187 35 89 0 0.81 0.52 0.27 338.68 0.68 0.44
Hex BB 23 59 0 51 34 1B 153 44 2C
Octal 273 43 131 0 121 64 33 523 104 54
Binary 10111011 100011 1011001 0 1010001 110100 11011 101010011 1000100 101100

Color Harmonies of #BB2359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2359

Black with #BB2359

Text Example


Text Example

White with #BB2359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2359; }

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

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

background-color css

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

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

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

border-color css

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

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

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