Html Css Color HEX #BB4149 Old Rose

📋 copy color: '#BB4149'

red 187 ◦ green 65 ◦ blue 73

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

Shades of Old Rose #BB4149

Tints of Old Rose #BB4149

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20%

 BLUE value IS 73 (28.91% from 255) = 22.46%

R = 57.54%
G = 20%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB4149 (or 0xBB4149) is known color: Old Rose. HEX triplet: BB, 41 and 49. RGB value is (187,65,73). Sum of RGB (Red+Green+Blue) = 187+65+73=325 (43% of max value = 765). Red value is 187 (73.44% from 255 or 57.54% from 325); Green value is 65 (25.78% from 255 or 20% from 325); Blue value is 73 (28.91% from 255 or 22.46% from 325); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4149 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4149 is #44BEB6. Grayscale: #666666. Windows color (decimal): -4505271 or 4800955. OLE color: 4800955.

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

Color convert

RGB 187 65 73 -
CMYK 0 0.65 0.61 0.27
HSL 356.07º 0.48% 0.49% -
HSV(B) 356.07º 0.65% 0.73% -
XYZ 23.59 14.83 7.92 -
YUV 102.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 187 65 73 0 0.65 0.61 0.27 356.07 0.48 0.49
Hex BB 41 49 0 41 3D 1B 164 30 31
Octal 273 101 111 0 101 75 33 544 60 61
Binary 10111011 1000001 1001001 0 1000001 111101 11011 101100100 110000 110001

Color Harmonies of #BB4149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4149

Black with #BB4149

Text Example


Text Example

White with #BB4149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4149; }

 p { color: rgb(187,65,73); }

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

background-color css

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

 a { background-color: rgb(187,65,73); }

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

border-color css

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

 span { border-color: rgb(187,65,73); }

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