Html Css Color HEX #BB2357 Old Rose

📋 copy color: '#BB2357'

red 187 ◦ green 35 ◦ blue 87

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

Shades of Old Rose #BB2357

Tints of Old Rose #BB2357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 28.16%

R = 60.52%
G = 11.33%
B = 28.16%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB2357 (or 0xBB2357) is known color: Old Rose. HEX triplet: BB, 23 and 57. RGB value is (187,35,87). Sum of RGB (Red+Green+Blue) = 187+35+87=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 35 (14.06% from 255 or 11.33% from 309); Blue value is 87 (34.38% from 255 or 28.16% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2357 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2357 is #44DCA8. Grayscale: #565656. Windows color (decimal): -4512937 or 5710779. OLE color: 5710779.

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

Color convert

RGB 187 35 87 -
CMYK 0 0.81 0.53 0.27
HSL 339.47º 0.68% 0.44% -
HSV(B) 339.47º 0.81% 0.73% -
XYZ 22.81 12.45 10.22 -
YUV 86.38 128.36 199.77 -
System Red Green Blue C M Y K H S L
Decimal 187 35 87 0 0.81 0.53 0.27 339.47 0.68 0.44
Hex BB 23 57 0 51 35 1B 153 44 2C
Octal 273 43 127 0 121 65 33 523 104 54
Binary 10111011 100011 1010111 0 1010001 110101 11011 101010011 1000100 101100

Color Harmonies of #BB2357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2357

Black with #BB2357

Text Example


Text Example

White with #BB2357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2357; }

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

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

background-color css

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

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

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

border-color css

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

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

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