Html Css Color HEX #BB2364 Old Rose

📋 copy color: '#BB2364'

red 187 ◦ green 35 ◦ blue 100

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

Shades of Old Rose #BB2364

Tints of Old Rose #BB2364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 58.07%
G = 10.87%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB2364 (or 0xBB2364) is known color: Old Rose. HEX triplet: BB, 23 and 64. RGB value is (187,35,100). Sum of RGB (Red+Green+Blue) = 187+35+100=322 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.07% from 322); Green value is 35 (14.06% from 255 or 10.87% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2364 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2364 is #44DC9B. Grayscale: #575757. Windows color (decimal): -4512924 or 6562747. OLE color: 6562747.

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

Color convert

RGB 187 35 100 -
CMYK 0 0.81 0.47 0.27
HSL 334.34º 0.68% 0.44% -
HSV(B) 334.34º 0.81% 0.73% -
XYZ 23.39 12.69 13.27 -
YUV 87.86 134.86 198.71 -
System Red Green Blue C M Y K H S L
Decimal 187 35 100 0 0.81 0.47 0.27 334.34 0.68 0.44
Hex BB 23 64 0 51 2F 1B 14E 44 2C
Octal 273 43 144 0 121 57 33 516 104 54
Binary 10111011 100011 1100100 0 1010001 101111 11011 101001110 1000100 101100

Color Harmonies of #BB2364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2364

Black with #BB2364

Text Example


Text Example

White with #BB2364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2364; }

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

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

background-color css

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

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

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

border-color css

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

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

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