Html Css Color HEX #BB3446 Old Rose

📋 copy color: '#BB3446'

red 187 ◦ green 52 ◦ blue 70

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

Shades of Old Rose #BB3446

Tints of Old Rose #BB3446

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.83%

 BLUE value IS 70 (27.73% from 255) = 22.65%

R = 60.52%
G = 16.83%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.63

 K value IS 0.27

RGB Variations

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

Color information

#BB3446 (or 0xBB3446) is known color: Old Rose. HEX triplet: BB, 34 and 46. RGB value is (187,52,70). Sum of RGB (Red+Green+Blue) = 187+52+70=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 70 (27.73% from 255 or 22.65% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB3446 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB3446 is #44CBB9. Grayscale: #5E5E5E. Windows color (decimal): -4508602 or 4601019. OLE color: 4601019.

HSL color Cylindrical-coordinate representation of color #BB3446: hue angle of 352º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BB3446 is Cyan = 0, Magento = 0.72, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 52 70 -
CMYK 0 0.72 0.63 0.27
HSL 352º 0.56% 0.47% -
HSV(B) 352º 0.72% 0.73% -
XYZ 22.83 13.46 7.19 -
YUV 94.42 114.23 194.04 -
System Red Green Blue C M Y K H S L
Decimal 187 52 70 0 0.72 0.63 0.27 352 0.56 0.47
Hex BB 34 46 0 48 3F 1B 160 38 2F
Octal 273 64 106 0 110 77 33 540 70 57
Binary 10111011 110100 1000110 0 1001000 111111 11011 101100000 111000 101111

Color Harmonies of #BB3446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB3446

Black with #BB3446

Text Example


Text Example

White with #BB3446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB3446; }

 p { color: rgb(187,52,70); }

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

background-color css

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

 a { background-color: rgb(187,52,70); }

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

border-color css

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

 span { border-color: rgb(187,52,70); }

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