Html Css Color HEX #BB224A Old Rose

📋 copy color: '#BB224A'

red 187 ◦ green 34 ◦ blue 74

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

Shades of Old Rose #BB224A

Tints of Old Rose #BB224A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 25.08%

R = 63.39%
G = 11.53%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB224A (or 0xBB224A) is known color: Old Rose. HEX triplet: BB, 22 and 4A. RGB value is (187,34,74). Sum of RGB (Red+Green+Blue) = 187+34+74=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 34 (13.67% from 255 or 11.53% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB224A is #44DDB5. Grayscale: #545454. Windows color (decimal): -4513206 or 4858555. OLE color: 4858555.

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

Color convert

RGB 187 34 74 -
CMYK 0 0.82 0.60 0.27
HSL 344.31º 0.69% 0.43% -
HSV(B) 344.31º 0.82% 0.73% -
XYZ 22.3 12.2 7.66 -
YUV 84.31 122.19 201.25 -
System Red Green Blue C M Y K H S L
Decimal 187 34 74 0 0.82 0.60 0.27 344.31 0.69 0.43
Hex BB 22 4A 0 52 3C 1B 158 45 2B
Octal 273 42 112 0 122 74 33 530 105 53
Binary 10111011 100010 1001010 0 1010010 111100 11011 101011000 1000101 101011

Color Harmonies of #BB224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB224A

Black with #BB224A

Text Example


Text Example

White with #BB224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB224A; }

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

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

background-color css

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

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

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

border-color css

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

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

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