Html Css Color HEX #BB4048 Old Rose

📋 copy color: '#BB4048'

red 187 ◦ green 64 ◦ blue 72

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

Shades of Old Rose #BB4048

Tints of Old Rose #BB4048

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

 BLUE value IS 72 (28.52% from 255) = 22.29%

R = 57.89%
G = 19.81%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#BB4048 (or 0xBB4048) is known color: Old Rose. HEX triplet: BB, 40 and 48. RGB value is (187,64,72). Sum of RGB (Red+Green+Blue) = 187+64+72=323 (42% of max value = 765). Red value is 187 (73.44% from 255 or 57.89% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 72 (28.52% from 255 or 22.29% from 323); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4048 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB4048 is #44BFB7. Grayscale: #656565. Windows color (decimal): -4505528 or 4735163. OLE color: 4735163.

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

Color convert

RGB 187 64 72 -
CMYK 0 0.66 0.61 0.27
HSL 356.1º 0.49% 0.49% -
HSV(B) 356.1º 0.66% 0.73% -
XYZ 23.5 14.7 7.73 -
YUV 101.69 111.25 188.85 -
System Red Green Blue C M Y K H S L
Decimal 187 64 72 0 0.66 0.61 0.27 356.1 0.49 0.49
Hex BB 40 48 0 42 3D 1B 164 31 31
Octal 273 100 110 0 102 75 33 544 61 61
Binary 10111011 1000000 1001000 0 1000010 111101 11011 101100100 110001 110001

Color Harmonies of #BB4048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4048

Black with #BB4048

Text Example


Text Example

White with #BB4048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4048; }

 p { color: rgb(187,64,72); }

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

background-color css

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

 a { background-color: rgb(187,64,72); }

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

border-color css

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

 span { border-color: rgb(187,64,72); }

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