Html Css Color HEX #BB2262 Old Rose

📋 copy color: '#BB2262'

red 187 ◦ green 34 ◦ blue 98

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

Shades of Old Rose #BB2262

Tints of Old Rose #BB2262

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.66%

 BLUE value IS 98 (38.67% from 255) = 30.72%

R = 58.62%
G = 10.66%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB2262 (or 0xBB2262) is known color: Old Rose. HEX triplet: BB, 22 and 62. RGB value is (187,34,98). Sum of RGB (Red+Green+Blue) = 187+34+98=319 (42% of max value = 765). Red value is 187 (73.44% from 255 or 58.62% from 319); Green value is 34 (13.67% from 255 or 10.66% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2262 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #BB2262 is #44DD9D. Grayscale: #565656. Windows color (decimal): -4513182 or 6431419. OLE color: 6431419.

HSL color Cylindrical-coordinate representation of color #BB2262: hue angle of 334.9º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BB2262 is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 34 98 -
CMYK 0 0.82 0.48 0.27
HSL 334.9º 0.69% 0.43% -
HSV(B) 334.9º 0.82% 0.73% -
XYZ 23.27 12.59 12.76 -
YUV 87.04 134.19 199.3 -
System Red Green Blue C M Y K H S L
Decimal 187 34 98 0 0.82 0.48 0.27 334.9 0.69 0.43
Hex BB 22 62 0 52 30 1B 14F 45 2B
Octal 273 42 142 0 122 60 33 517 105 53
Binary 10111011 100010 1100010 0 1010010 110000 11011 101001111 1000101 101011

Color Harmonies of #BB2262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2262

Black with #BB2262

Text Example


Text Example

White with #BB2262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2262; }

 p { color: rgb(187,34,98); }

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

background-color css

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

 a { background-color: rgb(187,34,98); }

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

border-color css

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

 span { border-color: rgb(187,34,98); }

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