Html Css Color HEX #BB2763 Old Rose

📋 copy color: '#BB2763'

red 187 ◦ green 39 ◦ blue 99

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

Shades of Old Rose #BB2763

Tints of Old Rose #BB2763

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12%

 BLUE value IS 99 (39.06% from 255) = 30.46%

R = 57.54%
G = 12%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#BB2763 (or 0xBB2763) is known color: Old Rose. HEX triplet: BB, 27 and 63. RGB value is (187,39,99). Sum of RGB (Red+Green+Blue) = 187+39+99=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 39 (15.62% from 255 or 12% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2763 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2763 is #44D89C. Grayscale: #5A5A5A. Windows color (decimal): -4511901 or 6498235. OLE color: 6498235.

HSL color Cylindrical-coordinate representation of color #BB2763: hue angle of 335.68º degrees, saturation: 0.65, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BB2763 is Cyan = 0, Magento = 0.79, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 39 99 -
CMYK 0 0.79 0.47 0.27
HSL 335.68º 0.65% 0.44% -
HSV(B) 335.68º 0.79% 0.73% -
XYZ 23.47 12.92 13.06 -
YUV 90.09 133.03 197.12 -
System Red Green Blue C M Y K H S L
Decimal 187 39 99 0 0.79 0.47 0.27 335.68 0.65 0.44
Hex BB 27 63 0 4F 2F 1B 150 41 2C
Octal 273 47 143 0 117 57 33 520 101 54
Binary 10111011 100111 1100011 0 1001111 101111 11011 101010000 1000001 101100

Color Harmonies of #BB2763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2763

Black with #BB2763

Text Example


Text Example

White with #BB2763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2763; }

 p { color: rgb(187,39,99); }

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

background-color css

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

 a { background-color: rgb(187,39,99); }

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

border-color css

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

 span { border-color: rgb(187,39,99); }

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