Html Css Color HEX #BB3947 Old Rose

📋 copy color: '#BB3947'

red 187 ◦ green 57 ◦ blue 71

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

Shades of Old Rose #BB3947

Tints of Old Rose #BB3947

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.1%

 BLUE value IS 71 (28.13% from 255) = 22.54%

R = 59.37%
G = 18.1%
B = 22.54%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BB3947 (or 0xBB3947) is known color: Old Rose. HEX triplet: BB, 39 and 47. RGB value is (187,57,71). Sum of RGB (Red+Green+Blue) = 187+57+71=315 (41% of max value = 765). Red value is 187 (73.44% from 255 or 59.37% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3947 is #44C6B8. Grayscale: #616161. Windows color (decimal): -4507321 or 4667835. OLE color: 4667835.

HSL color Cylindrical-coordinate representation of color #BB3947: hue angle of 353.54º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BB3947 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 57 71 -
CMYK 0 0.70 0.62 0.27
HSL 353.54º 0.53% 0.48% -
HSV(B) 353.54º 0.7% 0.73% -
XYZ 23.09 13.95 7.44 -
YUV 97.47 113.07 191.86 -
System Red Green Blue C M Y K H S L
Decimal 187 57 71 0 0.70 0.62 0.27 353.54 0.53 0.48
Hex BB 39 47 0 46 3E 1B 162 35 30
Octal 273 71 107 0 106 76 33 542 65 60
Binary 10111011 111001 1000111 0 1000110 111110 11011 101100010 110101 110000

Color Harmonies of #BB3947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3947

Black with #BB3947

Text Example


Text Example

White with #BB3947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3947; }

 p { color: rgb(187,57,71); }

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

background-color css

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

 a { background-color: rgb(187,57,71); }

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

border-color css

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

 span { border-color: rgb(187,57,71); }

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